diff --git a/src/DragWidget.h b/src/DragWidget.h index 0b2e988..3d15832 100644 --- a/src/DragWidget.h +++ b/src/DragWidget.h @@ -6,7 +6,7 @@ class DragWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: DragWidget(TQWidget *parent=0, const char *name="", WFlags f=0); diff --git a/src/MainWidget.h b/src/MainWidget.h index 126aeeb..a108a12 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -40,7 +40,7 @@ class KbdTray; class MainWidget : public ResizableDragWidget { -Q_OBJECT +TQ_OBJECT public: MainWidget(TDEAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder); @@ -131,7 +131,7 @@ private: class KbdDock : public DragWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/VButton.h b/src/VButton.h index 49d5d1f..454c4c2 100644 --- a/src/VButton.h +++ b/src/VButton.h @@ -6,7 +6,7 @@ class VButton : public TQPushButton { -Q_OBJECT +TQ_OBJECT public: VButton(TQWidget *parent=0, const char *name=0); diff --git a/src/numpadvbutton.h b/src/numpadvbutton.h index fc8a026..26bad61 100644 --- a/src/numpadvbutton.h +++ b/src/numpadvbutton.h @@ -27,7 +27,7 @@ */ class NumpadVButton : public VButton { -Q_OBJECT +TQ_OBJECT public: NumpadVButton(TQWidget *parent = 0, const char *name = 0); diff --git a/src/resizabledragwidget.h b/src/resizabledragwidget.h index f44e671..902c4fa 100644 --- a/src/resizabledragwidget.h +++ b/src/resizabledragwidget.h @@ -27,7 +27,7 @@ */ class ResizableDragWidget : public DragWidget { -Q_OBJECT +TQ_OBJECT public: ResizableDragWidget(TQWidget *parent, const char *name, WFlags f);