summaryrefslogtreecommitdiffstats
path: root/kcontrol/joystick/caldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/joystick/caldialog.h')
-rw-r--r--kcontrol/joystick/caldialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/joystick/caldialog.h b/kcontrol/joystick/caldialog.h
index 678a0a2d1..02e151e45 100644
--- a/kcontrol/joystick/caldialog.h
+++ b/kcontrol/joystick/caldialog.h
@@ -34,7 +34,7 @@ class CalDialog : public KDialogBase
Q_OBJECT
public:
- CalDialog(QWidget *parent, JoyDevice *joy);
+ CalDialog(TQWidget *parent, JoyDevice *joy);
void calibrate();
@@ -47,8 +47,8 @@ class CalDialog : public KDialogBase
private:
JoyDevice *joydev;
- QLabel *text;
- QLabel *valueLbl;
+ TQLabel *text;
+ TQLabel *valueLbl;
};
#endif