From 472156a41b1348c714986c772759ad950fffbe75 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 15:11:21 -0600 Subject: Rename kioslaves --- kcontrol/kio/netpref.h | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 kcontrol/kio/netpref.h (limited to 'kcontrol/kio/netpref.h') 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 - -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 -- cgit v1.2.1