diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 15:11:21 -0600 |
commit | 472156a41b1348c714986c772759ad950fffbe75 (patch) | |
tree | 86369dab3bbe3d52c49051665bdfb49b9dfc16e3 /kcontrol/kio/netpref.h | |
parent | 3e891e81335e5243583dab27faeebf001b8139a6 (diff) | |
download | tdebase-472156a41b1348c714986c772759ad950fffbe75.tar.gz tdebase-472156a41b1348c714986c772759ad950fffbe75.zip |
Rename kioslaves
Diffstat (limited to 'kcontrol/kio/netpref.h')
-rw-r--r-- | kcontrol/kio/netpref.h | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/kcontrol/kio/netpref.h b/kcontrol/kio/netpref.h deleted file mode 100644 index 30584a598..000000000 --- a/kcontrol/kio/netpref.h +++ /dev/null @@ -1,44 +0,0 @@ -#ifndef KIOPREFERENCES_H -#define KIOPREFERENCES_H - -#include <tdecmodule.h> - -class TQLabel; -class TQVGroupBox; -class TQCheckBox; -class TQVBoxLayout; -class TQHBoxLayout; -class TQGridLayout; - -class KIntNumInput; - -class KIOPreferences : public TDECModule -{ - Q_OBJECT - -public: - KIOPreferences( TQWidget* parent = 0); - ~KIOPreferences(); - - void load(); - void save(); - void defaults(); - - TQString quickHelp() const; - -protected slots: - void configChanged() { emit changed(true); } - -private: - TQVGroupBox* gb_Ftp; - TQVGroupBox* gb_Timeout; - TQCheckBox* cb_ftpEnablePasv; - TQCheckBox* cb_ftpMarkPartial; - - KIntNumInput* sb_socketRead; - KIntNumInput* sb_proxyConnect; - KIntNumInput* sb_serverConnect; - KIntNumInput* sb_serverResponse; -}; - -#endif // KIOPREFERENCES_H |