summaryrefslogtreecommitdiffstats
path: root/ktouch/src/ktouchcoloreditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/src/ktouchcoloreditor.h')
-rw-r--r--ktouch/src/ktouchcoloreditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/ktouchcoloreditor.h b/ktouch/src/ktouchcoloreditor.h
index dfd77cf6..731eb57a 100644
--- a/ktouch/src/ktouchcoloreditor.h
+++ b/ktouch/src/ktouchcoloreditor.h
@@ -26,12 +26,12 @@
/// Implementation of the KTouch Color Scheme Editor.
class KTouchColorEditor : public KTouchColorEditorDlg
{
- Q_OBJECT
+ TQ_OBJECT
public:
/// Constructor
- KTouchColorEditor(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ KTouchColorEditor(TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
/// Destructor
~KTouchColorEditor();