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 /libkdegames/kgame/dialogs | |
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 'libkdegames/kgame/dialogs')
-rw-r--r-- | libkdegames/kgame/dialogs/kgamedialog.h | 6 | ||||
-rw-r--r-- | libkdegames/kgame/dialogs/kgamedialogconfig.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libkdegames/kgame/dialogs/kgamedialog.h b/libkdegames/kgame/dialogs/kgamedialog.h index f3256d8a..709f71c6 100644 --- a/libkdegames/kgame/dialogs/kgamedialog.h +++ b/libkdegames/kgame/dialogs/kgamedialog.h @@ -30,9 +30,9 @@ #include <kdialogbase.h> #include <kdemacros.h> -class QGridLayout; -class QVBoxLayout; -class QListBoxItem; +class TQGridLayout; +class TQVBoxLayout; +class TQListBoxItem; class KGame; class KPlayer; diff --git a/libkdegames/kgame/dialogs/kgamedialogconfig.h b/libkdegames/kgame/dialogs/kgamedialogconfig.h index e1b592af..911c63aa 100644 --- a/libkdegames/kgame/dialogs/kgamedialogconfig.h +++ b/libkdegames/kgame/dialogs/kgamedialogconfig.h @@ -31,9 +31,9 @@ #include <tqwidget.h> #include <kdemacros.h> -class QGridLayout; -class QVBoxLayout; -class QListBoxItem; +class TQGridLayout; +class TQVBoxLayout; +class TQListBoxItem; class KGame; class KPlayer; |