24#include <tdelibs_export.h>
26class KSambaSharePrivate;
34class TDEIO_EXPORT KSambaShare :
public TQObject
62 virtual ~KSambaShare();
78 static KSambaShare* _instance;
79 KSambaSharePrivate* d;
82 void slotFileChange(
const TQString&);
bool isDirectoryShared(const TQString &path) const
Whether or not the given path is shared by Samba.
TQStringList sharedDirectories() const
Returns a list of all directories shared by Samba.
void changed()
Emitted when the smb.conf file has changed.
TQString smbConfPath() const
Returns the path to the used smb.conf file or null if no file was found.
static KSambaShare * instance()
Returns the one and only instance of KSambaShare.