diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
commit | 42ca287b531e190dcee0f080f16c420874054129 (patch) | |
tree | 7ce730aa7fe29311d16654eb7c59457b05e03642 /kmahjongg | |
parent | 576eb4299a00bc053db35414406f46372a0f70f2 (diff) | |
download | tdegames-42ca287b531e190dcee0f080f16c420874054129.tar.gz tdegames-42ca287b531e190dcee0f080f16c420874054129.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmahjongg')
-rw-r--r-- | kmahjongg/Background.h | 4 | ||||
-rw-r--r-- | kmahjongg/HighScore.h | 6 | ||||
-rw-r--r-- | kmahjongg/Preview.h | 4 | ||||
-rw-r--r-- | kmahjongg/kmahjongg.h | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/kmahjongg/Background.h b/kmahjongg/Background.h index a98d14df..52ac1402 100644 --- a/kmahjongg/Background.h +++ b/kmahjongg/Background.h @@ -2,8 +2,8 @@ #define _BACKGROUND_H #include <tqstring.h> -class QPixmap; -class QImage; +class TQPixmap; +class TQImage; class Background diff --git a/kmahjongg/HighScore.h b/kmahjongg/HighScore.h index 87256826..d6935ab5 100644 --- a/kmahjongg/HighScore.h +++ b/kmahjongg/HighScore.h @@ -5,9 +5,9 @@ #include <tqdialog.h> -class QLineEdit; -class QComboBox; -class QLabel; +class TQLineEdit; +class TQComboBox; +class TQLabel; const int numScores = 10; diff --git a/kmahjongg/Preview.h b/kmahjongg/Preview.h index 00629c8b..96aae3ef 100644 --- a/kmahjongg/Preview.h +++ b/kmahjongg/Preview.h @@ -9,8 +9,8 @@ #include "BoardLayout.h" #include "Background.h" -class QComboBox; -class QPixmap; +class TQComboBox; +class TQPixmap; class FrameImage: public QFrame { diff --git a/kmahjongg/kmahjongg.h b/kmahjongg/kmahjongg.h index ce4ef504..a1e14efa 100644 --- a/kmahjongg/kmahjongg.h +++ b/kmahjongg/kmahjongg.h @@ -42,7 +42,7 @@ class GameTimer; class Editor; class KToggleAction; -class QLabel; +class TQLabel; /** ... |