summaryrefslogtreecommitdiffstats
path: root/libkdegames/highscore
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/highscore
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/highscore')
-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
5 files changed, 9 insertions, 9 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.