diff options
Diffstat (limited to 'ktouch/src/ktouchcoloreditor.h')
-rw-r--r-- | ktouch/src/ktouchcoloreditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ktouch/src/ktouchcoloreditor.h b/ktouch/src/ktouchcoloreditor.h index 9e826e94..ce532d6a 100644 --- a/ktouch/src/ktouchcoloreditor.h +++ b/ktouch/src/ktouchcoloreditor.h @@ -27,10 +27,11 @@ 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* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); /// Destructor ~KTouchColorEditor(); |