diff options
Diffstat (limited to 'src/klamscanoptions.h')
-rw-r--r-- | src/klamscanoptions.h | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/src/klamscanoptions.h b/src/klamscanoptions.h index b412242..3ceeb29 100644 --- a/src/klamscanoptions.h +++ b/src/klamscanoptions.h @@ -10,70 +10,70 @@ #ifndef KLAMSCANOPTIONS_H #define KLAMSCANOPTIONS_H -#include <qvariant.h> -#include <qdialog.h> +#include <tqvariant.h> +#include <tqdialog.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QSpacerItem; -class QGroupBox; -class QLabel; -class QSpinBox; -class QCheckBox; -class QButtonGroup; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQSpacerItem; +class TQGroupBox; +class TQLabel; +class TQSpinBox; +class TQCheckBox; +class TQButtonGroup; class KURLRequester; -class QPushButton; +class TQPushButton; class KConfig; class KComboBox; -class KlamscanOptions : public QDialog +class KlamscanOptions : public TQDialog { Q_OBJECT public: - KlamscanOptions( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + KlamscanOptions( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KlamscanOptions(); - QGroupBox* Archive_Support; - QLabel* textLabel1_2_2; - QLabel* textLabel1_2; - QLabel* textLabel1_2_3; - QLabel* textLabel1; - QSpinBox* NoFilesToExtract; - QSpinBox* MBsToExtract; - QSpinBox* RecursionLevel; - QSpinBox* CompressionRatio; - QCheckBox* VirusLimitsExceeded; - QCheckBox* VirusEncrypted; - QButtonGroup* ArchiveTypes; - QCheckBox* ScanZip; + TQGroupBox* Archive_Support; + TQLabel* textLabel1_2_2; + TQLabel* textLabel1_2; + TQLabel* textLabel1_2_3; + TQLabel* textLabel1; + TQSpinBox* NoFilesToExtract; + TQSpinBox* MBsToExtract; + TQSpinBox* RecursionLevel; + TQSpinBox* CompressionRatio; + TQCheckBox* VirusLimitsExceeded; + TQCheckBox* VirusEncrypted; + TQButtonGroup* ArchiveTypes; + TQCheckBox* ScanZip; KURLRequester* ZipUsing; - QCheckBox* ScanRar; + TQCheckBox* ScanRar; KURLRequester* RarUsing; - QCheckBox* ScanArj; + TQCheckBox* ScanArj; KURLRequester* ArjUsing; - QCheckBox* ScanZoo; + TQCheckBox* ScanZoo; KURLRequester* ZooUsing; - QCheckBox* ScanLzh; + TQCheckBox* ScanLzh; KURLRequester* LzhUsing; - QCheckBox* ScanJar; + TQCheckBox* ScanJar; KURLRequester* JarUsing; - QCheckBox* ScanDeb; + TQCheckBox* ScanDeb; KURLRequester* DebUsing; - QCheckBox* ScanTar; + TQCheckBox* ScanTar; KURLRequester* TarUsing; - QCheckBox* ScanTgz; + TQCheckBox* ScanTgz; KURLRequester* TgzUsing; - QGroupBox* FileTypes; - QCheckBox* ScanMail; - QCheckBox* ScanHTML; - QCheckBox* ScanPE; - QCheckBox* ScanOle; - QCheckBox* VirusBroken; - QCheckBox* ExcludeQuarantine; - QPushButton* OK; - QPushButton* Cancel; + TQGroupBox* FileTypes; + TQCheckBox* ScanMail; + TQCheckBox* ScanHTML; + TQCheckBox* ScanPE; + TQCheckBox* ScanOle; + TQCheckBox* VirusBroken; + TQCheckBox* ExcludeQuarantine; + TQPushButton* OK; + TQPushButton* Cancel; KConfig* config; KComboBox* zipedit; |