From 157db246622e300d8cfb4684c197ed873523e3e2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/doxygen/input.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'parts/doxygen/input.h') diff --git a/parts/doxygen/input.h b/parts/doxygen/input.h index 473d94dd..b046f39c 100644 --- a/parts/doxygen/input.h +++ b/parts/doxygen/input.h @@ -17,12 +17,12 @@ #include #include -class QComboBox; -class QLabel; +class TQComboBox; +class TQLabel; class KLineEdit; -class QListBox; -class QPushButton; -class QSpinBox; +class TQListBox; +class TQPushButton; +class TQSpinBox; class IInput { -- cgit v1.2.1