summaryrefslogtreecommitdiffstats
path: root/src/palettecfgdesign.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/palettecfgdesign.h')
-rw-r--r--src/palettecfgdesign.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/palettecfgdesign.h b/src/palettecfgdesign.h
index 466b6ac..4a0676b 100644
--- a/src/palettecfgdesign.h
+++ b/src/palettecfgdesign.h
@@ -10,37 +10,37 @@
#ifndef PALETTECFGDESIGN_H
#define PALETTECFGDESIGN_H
-#include <qvariant.h>
-#include <qwidget.h>
+#include <ntqvariant.h>
+#include <ntqwidget.h>
#include <kcolorbutton.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QFrame;
-class QLabel;
-class QPushButton;
-class QComboBox;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQFrame;
+class TQLabel;
+class TQPushButton;
+class TQComboBox;
class KColorButton;
-class PaletteCfgDesign : public QWidget
+class PaletteCfgDesign : public TQWidget
{
Q_OBJECT
public:
- PaletteCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ PaletteCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~PaletteCfgDesign();
- QFrame* framePanel;
- QLabel* labelTitle;
- QLabel* labelValue;
- QPushButton* buttonDefaultPalette;
- QComboBox* comboSelect;
+ TQFrame* framePanel;
+ TQLabel* labelTitle;
+ TQLabel* labelValue;
+ TQPushButton* buttonDefaultPalette;
+ TQComboBox* comboSelect;
KColorButton* buttonColor;
protected:
- QGridLayout* PaletteCfgDesignLayout;
+ TQGridLayout* PaletteCfgDesignLayout;
protected slots:
virtual void languageChange();