diff options
Diffstat (limited to 'src/klamdoptions.h')
-rw-r--r-- | src/klamdoptions.h | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/src/klamdoptions.h b/src/klamdoptions.h deleted file mode 100644 index 7f5d658..0000000 --- a/src/klamdoptions.h +++ /dev/null @@ -1,67 +0,0 @@ -/**************************************************************************** -** Form interface generated from reading ui file 'klamdoptions.ui' -** -** Created: Sun Mar 6 14:20:47 2005 -** by: The User Interface Compiler ($Id: klamdoptions.h,v 1.1.1.1 2006/02/03 20:35:04 hoganrobert Exp $) -** -** WARNING! All changes made in this file will be lost! -****************************************************************************/ - -#ifndef KLAMDOPTIONS_H -#define KLAMDOPTIONS_H - -#include <tqvariant.h> -#include <tqdialog.h> - -class TQVBoxLayout; -class TQHBoxLayout; -class TQGridLayout; -class TQSpacerItem; -class KPushButton; -class KDialog; -class TQGroupBox; -class TQComboBox; -class TQCheckBox; -class TQLabel; -class TDEConfig; - -class KlamdOptions : public TQDialog -{ - Q_OBJECT - -public: - KlamdOptions( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); - ~KlamdOptions(); - - KPushButton* OK; - KPushButton* Cancel; - KDialog* AdvOptions; - TQGroupBox* Archives; - TQComboBox* MaxSize; - TQCheckBox* ScanArchives; - TQLabel* textLabel1; - TQGroupBox* ScanFilesWhen; - TQCheckBox* Created; - TQCheckBox* Executed; - TQCheckBox* Opened; - TQCheckBox* Closed; - TDEConfig* config; -private: - - void fetchSettings(); - -private slots: - void updateSettings(); - void warn(); - -protected: - TQGridLayout* layout7; - TQGridLayout* layout6; - TQGridLayout* layout7_2; - -protected slots: - virtual void languageChange(); - -}; - -#endif // KLAMDOPTIONS_H |