summaryrefslogtreecommitdiffstats
path: root/libkdegames/highscore
diff options
context:
space:
mode:
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.