20 #ifndef TDEFILESHAREDLG_H
21 #define TDEFILESHAREDLG_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;
This plugin provides a page to KPropsDlg, showing the "file sharing" options.
The main properties dialog class.
A Plugin in the Properties dialog This is an abstract class.
virtual void applyChanges()
Applies all changes to the file.