summaryrefslogtreecommitdiffstats
path: root/libkdegames/highscore/kexthighscore_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdegames/highscore/kexthighscore_tab.h')
-rw-r--r--libkdegames/highscore/kexthighscore_tab.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/libkdegames/highscore/kexthighscore_tab.h b/libkdegames/highscore/kexthighscore_tab.h
index 4303209d..dc0d7536 100644
--- a/libkdegames/highscore/kexthighscore_tab.h
+++ b/libkdegames/highscore/kexthighscore_tab.h
@@ -31,11 +31,12 @@ namespace KExtHighscore
{
//-----------------------------------------------------------------------------
-class PlayersCombo : public QComboBox
+class PlayersCombo : public TQComboBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- PlayersCombo(TQWidget *parent = 0, const char *name = 0);
+ PlayersCombo(TQWidget *tqparent = 0, const char *name = 0);
void load();
@@ -49,11 +50,12 @@ class PlayersCombo : public QComboBox
};
//-----------------------------------------------------------------------------
-class AdditionalTab : public QWidget
+class AdditionalTab : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- AdditionalTab(TQWidget *parent, const char *name);
+ AdditionalTab(TQWidget *tqparent, const char *name);
virtual void load();
@@ -74,8 +76,9 @@ class AdditionalTab : public QWidget
class StatisticsTab : public AdditionalTab
{
Q_OBJECT
+ TQ_OBJECT
public:
- StatisticsTab(TQWidget *parent);
+ StatisticsTab(TQWidget *tqparent);
void load();
@@ -99,8 +102,9 @@ class StatisticsTab : public AdditionalTab
class HistogramTab : public AdditionalTab
{
Q_OBJECT
+ TQ_OBJECT
public:
- HistogramTab(TQWidget *parent);
+ HistogramTab(TQWidget *tqparent);
void load();