From e140fe793e447985ac06d109a8548ab62ea99d6e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:20:32 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpercentage/kpercentage/kanimation.h | 2 +- kpercentage/kpercentage/kanswer.h | 12 ++++++------ kpercentage/kpercentage/kpercentmain.h | 14 +++++++------- kpercentage/kpercentage/ksplashscreen.h | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) (limited to 'kpercentage') diff --git a/kpercentage/kpercentage/kanimation.h b/kpercentage/kpercentage/kanimation.h index 2f5b0462..e4231f2a 100644 --- a/kpercentage/kpercentage/kanimation.h +++ b/kpercentage/kpercentage/kanimation.h @@ -4,7 +4,7 @@ #include #include -class QString; +class TQString; /** * This class contains information about one frame. diff --git a/kpercentage/kpercentage/kanswer.h b/kpercentage/kpercentage/kanswer.h index 5d603e41..9548e990 100644 --- a/kpercentage/kpercentage/kanswer.h +++ b/kpercentage/kpercentage/kanswer.h @@ -27,12 +27,12 @@ // KDE includes #include -class QCanvas; -class QCanvasPixmapArray; -class QCanvasSprite; -class QCanvasView; -class QHBoxLayout; -class QLabel; +class TQCanvas; +class TQCanvasPixmapArray; +class TQCanvasSprite; +class TQCanvasView; +class TQHBoxLayout; +class TQLabel; class KAnimation; diff --git a/kpercentage/kpercentage/kpercentmain.h b/kpercentage/kpercentage/kpercentmain.h index 845e8289..51004dc5 100644 --- a/kpercentage/kpercentage/kpercentmain.h +++ b/kpercentage/kpercentage/kpercentmain.h @@ -29,13 +29,13 @@ // local includes #include "kanswer.h" -class QGridLayout; -class QHBoxLayout; -class QLabel; -class QLineEdit; -class QProgressBar; -class QPushButton; -class QVBoxLayout; +class TQGridLayout; +class TQHBoxLayout; +class TQLabel; +class TQLineEdit; +class TQProgressBar; +class TQPushButton; +class TQVBoxLayout; /** * Dialog for the exercises diff --git a/kpercentage/kpercentage/ksplashscreen.h b/kpercentage/kpercentage/ksplashscreen.h index 3c051242..a9ffe655 100644 --- a/kpercentage/kpercentage/ksplashscreen.h +++ b/kpercentage/kpercentage/ksplashscreen.h @@ -24,7 +24,7 @@ // KDE includes -class QWidget; +class TQWidget; class KPercentage; /** -- cgit v1.2.1