diff options
Diffstat (limited to 'chalk/ui/kis_controlframe.h')
-rw-r--r-- | chalk/ui/kis_controlframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_controlframe.h b/chalk/ui/kis_controlframe.h index ac20191d..f5217b27 100644 --- a/chalk/ui/kis_controlframe.h +++ b/chalk/ui/kis_controlframe.h @@ -52,7 +52,7 @@ class KisView; class KisPopupFrame : public TQPopupMenu { Q_OBJECT - TQ_OBJECT + public: @@ -76,7 +76,7 @@ private: class KisControlFrame : public TQObject //: public KToolBar { Q_OBJECT - TQ_OBJECT + public: KisControlFrame(KMainWindow * window, KisView * view, const char *name = 0 ); |