20 #ifndef kfilesharedlg_h 21 #define kfilesharedlg_h 23 #include <kpropertiesdialog.h> 47 static bool supports(
const KFileItemList& items );
49 TQWidget* page()
const;
52 void slotConfigureFileSharing();
53 void slotConfigureFileSharingDone();
57 bool setShared(
const TQString&path,
bool shared );
58 bool SuSEsetShared(
const TQString&path,
bool shared,
bool readonly );
61 TQRadioButton *m_rbShare;
62 TQRadioButton *m_rbSharerw;
63 TQRadioButton *m_rbUnShare;
65 TQPushButton *m_pbConfig;
The main properties dialog class.
This plugin provides a page to KPropsDlg, showing the "file sharing" options.
A Plugin in the Properties dialog This is an abstract class.
virtual void applyChanges()
Applies all changes to the file.