diff options
author | Mavridis Philippe <[email protected]> | 2021-01-14 14:08:07 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-14 14:08:07 +0200 |
commit | 71fe8d5be5cd4147b20aaba775e9573ebcf85860 (patch) | |
tree | d9c245e5b6721599d1bf2de96949fb7c66701a9d /src/klamdoptions.h | |
parent | 75f04527489372ae40c94e690013e0c84b0a7ca5 (diff) | |
download | klamav-71fe8d5be5cd4147b20aaba775e9573ebcf85860.tar.gz klamav-71fe8d5be5cd4147b20aaba775e9573ebcf85860.zip |
Removed Klamd and Dazuko/Clamuko/Klamd-related code.
Signed-off-by: Mavridis Philippe <[email protected]>
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 |