diff options
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r-- | src/MainWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index 6801737..de38b01 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -41,7 +41,7 @@ class KbdTray; class MainWidget : public ResizableDragWidget { Q_OBJECT - TQ_OBJECT + public: MainWidget(KAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder); void mappingNotify(XMappingEvent *e); @@ -135,7 +135,7 @@ private: class KbdDock : public DragWidget { Q_OBJECT - TQ_OBJECT + public: KbdDock(MainWidget *m); |