diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
commit | e140fe793e447985ac06d109a8548ab62ea99d6e (patch) | |
tree | 0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /kpercentage | |
parent | 0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff) | |
download | tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpercentage')
-rw-r--r-- | kpercentage/kpercentage/kanimation.h | 2 | ||||
-rw-r--r-- | kpercentage/kpercentage/kanswer.h | 12 | ||||
-rw-r--r-- | kpercentage/kpercentage/kpercentmain.h | 14 | ||||
-rw-r--r-- | kpercentage/kpercentage/ksplashscreen.h | 2 |
4 files changed, 15 insertions, 15 deletions
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 <tqcanvas.h> #include <tqdict.h> -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 <kdialog.h> -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; /** |