summaryrefslogtreecommitdiffstats
path: root/src/configgeneralpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configgeneralpage.h')
-rwxr-xr-xsrc/configgeneralpage.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/configgeneralpage.h b/src/configgeneralpage.h
index 270cb47..f8d912e 100755
--- a/src/configgeneralpage.h
+++ b/src/configgeneralpage.h
@@ -6,7 +6,7 @@
#include <configpagebase.h>
class Config;
-class QCheckBox;
+class TQCheckBox;
class KComboBox;
class KIntSpinBox;
class KLineEdit;
@@ -20,11 +20,12 @@ class KPushButton;
class ConfigGeneralPage : public ConfigPageBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default Constructor
*/
- ConfigGeneralPage( Config*, QWidget *parent=0, const char *name=0 );
+ ConfigGeneralPage( Config*, TQWidget *tqparent=0, const char *name=0 );
/**
* Default Destructor
@@ -34,26 +35,26 @@ public:
private:
KComboBox* cStartTab;
KComboBox* cDefaultProfile;
- QStringList sDefaultProfile;
+ TQStringList sDefaultProfile;
KComboBox* cDefaultFormat;
- QStringList sDefaultFormat;
+ TQStringList sDefaultFormat;
// KLineEdit* lDir;
//KPushButton* pDirInfo;
// KPushButton* pDirSelect;
KComboBox* cPriority;
- QStringList sPriority;
- QCheckBox* cUseVFATNames;
- QStringList sConflictHandling;
+ TQStringList sPriority;
+ TQCheckBox* cUseVFATNames;
+ TQStringList sConflictHandling;
KComboBox* cConflictHandling;
KIntSpinBox* iNumFiles;
KIntSpinBox* iUpdateDelay;
- QCheckBox* cAskForNewOptions;
- QCheckBox* cExecuteUserScript;
+ TQCheckBox* cAskForNewOptions;
+ TQCheckBox* cExecuteUserScript;
Config* config;
- int profileIndex( const QString& string );
- int formatIndex( const QString& string );
+ int profileIndex( const TQString& string );
+ int formatIndex( const TQString& string );
public slots:
void resetDefaults();