From a5edd20f0de599dbe7f7f00a184b78ac5156a846 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:17:20 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/joystick/caldialog.h | 2 +- kcontrol/joystick/joywidget.h | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kcontrol/joystick') diff --git a/kcontrol/joystick/caldialog.h b/kcontrol/joystick/caldialog.h index 02e151e45..898b52dd9 100644 --- a/kcontrol/joystick/caldialog.h +++ b/kcontrol/joystick/caldialog.h @@ -23,7 +23,7 @@ #include -class QLabel; +class TQLabel; class JoyDevice; diff --git a/kcontrol/joystick/joywidget.h b/kcontrol/joystick/joywidget.h index d857229e8..06b05a4ba 100644 --- a/kcontrol/joystick/joywidget.h +++ b/kcontrol/joystick/joywidget.h @@ -26,13 +26,13 @@ class JoyDevice; class PosWidget; -class QLabel; -class QTable; -class QTimer; -class QComboBox; -class QPushButton; -class QCheckBox; -class QHBox; +class TQLabel; +class TQTable; +class TQTimer; +class TQComboBox; +class TQPushButton; +class TQCheckBox; +class TQHBox; // the widget which displays all buttons, values, etc. class JoyWidget : public QWidget -- cgit v1.2.1