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;