From 42ca287b531e190dcee0f080f16c420874054129 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:21:06 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdegames/highscore/kexthighscore.h | 2 +- libkdegames/highscore/kexthighscore_internal.h | 6 +++--- libkdegames/highscore/kexthighscore_item.h | 2 +- libkdegames/highscore/kexthighscore_tab.h | 2 +- libkdegames/highscore/kscoredialog.h | 6 +++--- libkdegames/kcanvasrootpixmap.h | 2 +- libkdegames/kcarddialog.h | 2 +- libkdegames/kchatbase.h | 2 +- libkdegames/kgame/dialogs/kgamedialog.h | 6 +++--- libkdegames/kgame/dialogs/kgamedialogconfig.h | 6 +++--- libkdegames/kgame/kgamepropertyhandler.h | 2 +- libkdegames/kgame/kmessageio.h | 4 ++-- libkdegames/kgame/kmessageserver.cpp | 2 +- libkdegames/kgamelcd.h | 4 ++-- libkdegames/kstdgameaction.h | 2 +- 15 files changed, 25 insertions(+), 25 deletions(-) (limited to 'libkdegames') diff --git a/libkdegames/highscore/kexthighscore.h b/libkdegames/highscore/kexthighscore.h index 6dac5ff7..5809a896 100644 --- a/libkdegames/highscore/kexthighscore.h +++ b/libkdegames/highscore/kexthighscore.h @@ -25,7 +25,7 @@ #include #include -class QTabWidget; +class TQTabWidget; namespace KExtHighscore diff --git a/libkdegames/highscore/kexthighscore_internal.h b/libkdegames/highscore/kexthighscore_internal.h index 639c059b..ff70c5cd 100644 --- a/libkdegames/highscore/kexthighscore_internal.h +++ b/libkdegames/highscore/kexthighscore_internal.h @@ -28,9 +28,9 @@ #include "khighscore.h" #include "kexthighscore.h" -class QTextStream; -class QTabWidget; -class QDomNamedNodeMap; +class TQTextStream; +class TQTabWidget; +class TQDomNamedNodeMap; namespace KExtHighscore diff --git a/libkdegames/highscore/kexthighscore_item.h b/libkdegames/highscore/kexthighscore_item.h index ff067bd2..490908d7 100644 --- a/libkdegames/highscore/kexthighscore_item.h +++ b/libkdegames/highscore/kexthighscore_item.h @@ -25,7 +25,7 @@ #include #include #include -class QWidget; +class TQWidget; namespace KExtHighscore diff --git a/libkdegames/highscore/kexthighscore_tab.h b/libkdegames/highscore/kexthighscore_tab.h index 3d31bc95..4303209d 100644 --- a/libkdegames/highscore/kexthighscore_tab.h +++ b/libkdegames/highscore/kexthighscore_tab.h @@ -23,7 +23,7 @@ #include #include -class QLabel; +class TQLabel; class KListView; diff --git a/libkdegames/highscore/kscoredialog.h b/libkdegames/highscore/kscoredialog.h index 50424caa..d5a7eac0 100644 --- a/libkdegames/highscore/kscoredialog.h +++ b/libkdegames/highscore/kscoredialog.h @@ -30,9 +30,9 @@ this software. #include #include -class QGridLayout; -class QLineEdit; -class QWidgetStack; +class TQGridLayout; +class TQLineEdit; +class TQWidgetStack; /** * A simple high score dialog. diff --git a/libkdegames/kcanvasrootpixmap.h b/libkdegames/kcanvasrootpixmap.h index 2da77746..6aedef16 100644 --- a/libkdegames/kcanvasrootpixmap.h +++ b/libkdegames/kcanvasrootpixmap.h @@ -23,7 +23,7 @@ #include #include -class QCanvasView; +class TQCanvasView; /** * Implement KRootPixmap for a TQCanvasView. diff --git a/libkdegames/kcarddialog.h b/libkdegames/kcarddialog.h index fae37b97..7cdc82b6 100644 --- a/libkdegames/kcarddialog.h +++ b/libkdegames/kcarddialog.h @@ -24,7 +24,7 @@ #include // TODO: remove - it is in kcarddialog.cpp now; left here for source compatibility #include -class QIconViewItem; +class TQIconViewItem; class KConfig; diff --git a/libkdegames/kchatbase.h b/libkdegames/kchatbase.h index e808dd1d..7dc5ff59 100644 --- a/libkdegames/kchatbase.h +++ b/libkdegames/kchatbase.h @@ -25,7 +25,7 @@ #include #include -class QListBoxItem; +class TQListBoxItem; class KConfig; 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 #include -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 #include -class QGridLayout; -class QVBoxLayout; -class QListBoxItem; +class TQGridLayout; +class TQVBoxLayout; +class TQListBoxItem; class KGame; class KPlayer; diff --git a/libkdegames/kgame/kgamepropertyhandler.h b/libkdegames/kgame/kgamepropertyhandler.h index ec7fec06..29a57cf1 100644 --- a/libkdegames/kgame/kgamepropertyhandler.h +++ b/libkdegames/kgame/kgamepropertyhandler.h @@ -27,7 +27,7 @@ #include "kgameproperty.h" #include -class QDataStream; +class TQDataStream; class KGame; class KPlayer; //class KGamePropertyBase; diff --git a/libkdegames/kgame/kmessageio.h b/libkdegames/kgame/kmessageio.h index 8ffa4377..5a102e11 100644 --- a/libkdegames/kgame/kmessageio.h +++ b/libkdegames/kgame/kmessageio.h @@ -32,9 +32,9 @@ #include #include -class QSocket; +class TQSocket; class KProcess; -//class QFile; +//class TQFile; /** diff --git a/libkdegames/kgame/kmessageserver.cpp b/libkdegames/kgame/kmessageserver.cpp index 105f35da..618a6079 100644 --- a/libkdegames/kgame/kmessageserver.cpp +++ b/libkdegames/kgame/kmessageserver.cpp @@ -369,7 +369,7 @@ void KMessageServer::getReceivedMessage (const TQByteArray &msg) KMessageIO *client = (KMessageIO *) sender(); Q_UINT32 clientID = client->id(); - //TQByteArray *ta=new QByteArray; + //TQByteArray *ta=new TQByteArray; //ta->duplicate(msg); //d->mMessageQueue.enqueue (new MessageBuffer (clientID, *ta)); diff --git a/libkdegames/kgamelcd.h b/libkdegames/kgamelcd.h index f7d2c58d..214af1f5 100644 --- a/libkdegames/kgamelcd.h +++ b/libkdegames/kgamelcd.h @@ -24,8 +24,8 @@ #include #include -class QLabel; -class QTimer; +class TQLabel; +class TQTimer; //----------------------------------------------------------------------------- /** diff --git a/libkdegames/kstdgameaction.h b/libkdegames/kstdgameaction.h index dd653165..3ef24dc2 100644 --- a/libkdegames/kstdgameaction.h +++ b/libkdegames/kstdgameaction.h @@ -23,7 +23,7 @@ class KAction; class KToggleAction; -class QObject; +class TQObject; class KActionCollection; class KRecentFilesAction; class KSelectAction; -- cgit v1.2.1