summaryrefslogtreecommitdiffstats
path: root/src/progpreferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progpreferences.h')
-rw-r--r--src/progpreferences.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/progpreferences.h b/src/progpreferences.h
index aceaf95..9d1fa9e 100644
--- a/src/progpreferences.h
+++ b/src/progpreferences.h
@@ -10,52 +10,52 @@
#ifndef PROGPREFERENCES_H
#define PROGPREFERENCES_H
-#include <qvariant.h>
-#include <qwidget.h>
+#include <ntqvariant.h>
+#include <ntqwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QLabel;
-class QLineEdit;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQLabel;
+class TQLineEdit;
class KIntNumInput;
-class QCheckBox;
+class TQCheckBox;
-class ProgPreferences : public QWidget
+class ProgPreferences : public TQWidget
{
Q_OBJECT
public:
- ProgPreferences( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ProgPreferences( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ProgPreferences();
- QLabel* textLabel1;
- QLineEdit* kcfg_Program;
- QLabel* textLabel2;
- QLineEdit* kcfg_SetArgument;
- QLabel* textLabel2_2;
- QLineEdit* kcfg_GetArgument;
- QLabel* textLabel3;
+ TQLabel* textLabel1;
+ TQLineEdit* kcfg_Program;
+ TQLabel* textLabel2;
+ TQLineEdit* kcfg_SetArgument;
+ TQLabel* textLabel2_2;
+ TQLineEdit* kcfg_GetArgument;
+ TQLabel* textLabel3;
KIntNumInput* kcfg_MinValue;
- QLabel* textLabel3_2;
+ TQLabel* textLabel3_2;
KIntNumInput* kcfg_MaxValue;
- QLabel* textLabel3_2_2;
+ TQLabel* textLabel3_2_2;
KIntNumInput* kcfg_Step;
- QCheckBox* kcfg_SaveCurrent;
+ TQCheckBox* kcfg_SaveCurrent;
protected:
- QGridLayout* ProgPreferencesLayout;
- QVBoxLayout* layout11;
- QHBoxLayout* layout2;
- QHBoxLayout* layout3;
- QHBoxLayout* layout3_2;
- QHBoxLayout* layout7;
- QSpacerItem* spacer1;
- QHBoxLayout* layout7_2;
- QSpacerItem* spacer1_2;
- QHBoxLayout* layout7_2_2;
- QSpacerItem* spacer1_2_2;
+ TQGridLayout* ProgPreferencesLayout;
+ TQVBoxLayout* layout11;
+ TQHBoxLayout* layout2;
+ TQHBoxLayout* layout3;
+ TQHBoxLayout* layout3_2;
+ TQHBoxLayout* layout7;
+ TQSpacerItem* spacer1;
+ TQHBoxLayout* layout7_2;
+ TQSpacerItem* spacer1_2;
+ TQHBoxLayout* layout7_2_2;
+ TQSpacerItem* spacer1_2_2;
protected slots:
virtual void languageChange();