summaryrefslogtreecommitdiffstats
path: root/libkdegames
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:21:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:21:06 +0000
commit42ca287b531e190dcee0f080f16c420874054129 (patch)
tree7ce730aa7fe29311d16654eb7c59457b05e03642 /libkdegames
parent576eb4299a00bc053db35414406f46372a0f70f2 (diff)
downloadtdegames-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')
-rw-r--r--libkdegames/highscore/kexthighscore.h2
-rw-r--r--libkdegames/highscore/kexthighscore_internal.h6
-rw-r--r--libkdegames/highscore/kexthighscore_item.h2
-rw-r--r--libkdegames/highscore/kexthighscore_tab.h2
-rw-r--r--libkdegames/highscore/kscoredialog.h6
-rw-r--r--libkdegames/kcanvasrootpixmap.h2
-rw-r--r--libkdegames/kcarddialog.h2
-rw-r--r--libkdegames/kchatbase.h2
-rw-r--r--libkdegames/kgame/dialogs/kgamedialog.h6
-rw-r--r--libkdegames/kgame/dialogs/kgamedialogconfig.h6
-rw-r--r--libkdegames/kgame/kgamepropertyhandler.h2
-rw-r--r--libkdegames/kgame/kmessageio.h4
-rw-r--r--libkdegames/kgame/kmessageserver.cpp2
-rw-r--r--libkdegames/kgamelcd.h4
-rw-r--r--libkdegames/kstdgameaction.h2
15 files changed, 25 insertions, 25 deletions
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 <kurl.h>
#include <kdemacros.h>
-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 <tqmap.h>
#include <tqvaluevector.h>
#include <kdemacros.h>
-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 <tqcombobox.h>
#include <tqmemarray.h>
-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 <kdialogbase.h>
#include <kdemacros.h>
-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 <krootpixmap.h>
#include <kdemacros.h>
-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 <tqmap.h> // TODO: remove - it is in kcarddialog.cpp now; left here for source compatibility
#include <kdemacros.h>
-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 <kglobalsettings.h>
#include <kdemacros.h>
-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 <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;
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 <kdemacros.h>
-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 <tqfile.h>
#include <kdebug.h>
-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 <tqvaluevector.h>
#include <kdemacros.h>
-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;