summaryrefslogtreecommitdiffstats
path: root/karbon/dialogs/vcolortab.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/dialogs/vcolortab.h')
-rw-r--r--karbon/dialogs/vcolortab.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/karbon/dialogs/vcolortab.h b/karbon/dialogs/vcolortab.h
index 18a00f7c..5397cdb8 100644
--- a/karbon/dialogs/vcolortab.h
+++ b/karbon/dialogs/vcolortab.h
@@ -21,9 +21,9 @@
#ifndef __VCOLORTAB_H
#define __VCOLORTAB_H
-#include <qtabwidget.h>
+#include <tqtabwidget.h>
-class QColor;
+class TQColor;
class KHSSelector;
class KIntSpinBox;
class KGradientSelector;
@@ -31,17 +31,18 @@ class KColorPatch;
class KIntNumInput;
class VColor;
-class VColorTab : public QTabWidget
+class VColorTab : public TQTabWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- VColorTab( const VColor &c, QWidget* parent = 0L, const char* name = 0L );
+ VColorTab( const VColor &c, TQWidget* tqparent = 0L, const char* name = 0L );
VColor Color();
private:
- QWidget* mRGBWidget;
+ TQWidget* mRGBWidget;
KHSSelector* mColorSelector;
KIntSpinBox* mRed;
KIntSpinBox* mGreen;