diff options
Diffstat (limited to 'kcontrol/joystick')
-rw-r--r-- | kcontrol/joystick/caldialog.h | 2 | ||||
-rw-r--r-- | kcontrol/joystick/joystick.h | 2 | ||||
-rw-r--r-- | kcontrol/joystick/joywidget.h | 2 | ||||
-rw-r--r-- | kcontrol/joystick/poswidget.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/joystick/caldialog.h b/kcontrol/joystick/caldialog.h index 202296f2b..519e98526 100644 --- a/kcontrol/joystick/caldialog.h +++ b/kcontrol/joystick/caldialog.h @@ -31,7 +31,7 @@ class JoyDevice; class CalDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CalDialog(TQWidget *parent, JoyDevice *joy); diff --git a/kcontrol/joystick/joystick.h b/kcontrol/joystick/joystick.h index 8ef9e966e..233656537 100644 --- a/kcontrol/joystick/joystick.h +++ b/kcontrol/joystick/joystick.h @@ -27,7 +27,7 @@ class JoyWidget; class joystick: public TDECModule { - Q_OBJECT + TQ_OBJECT public: joystick(TQWidget *parent = 0, const char *name = 0, const TQStringList &list = TQStringList()); diff --git a/kcontrol/joystick/joywidget.h b/kcontrol/joystick/joywidget.h index 45291d275..057a8bd9e 100644 --- a/kcontrol/joystick/joywidget.h +++ b/kcontrol/joystick/joywidget.h @@ -37,7 +37,7 @@ class TQHBox; // the widget which displays all buttons, values, etc. class JoyWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: JoyWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/kcontrol/joystick/poswidget.h b/kcontrol/joystick/poswidget.h index 324ee1da2..3ee85a912 100644 --- a/kcontrol/joystick/poswidget.h +++ b/kcontrol/joystick/poswidget.h @@ -28,7 +28,7 @@ */ class PosWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PosWidget(TQWidget *parent = 0, const char *name = 0); |