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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdegames/highscore/kexthighscore_tab.h b/libkdegames/highscore/kexthighscore_tab.h
index dc0d7536..d59afeb5 100644
--- a/libkdegames/highscore/kexthighscore_tab.h
+++ b/libkdegames/highscore/kexthighscore_tab.h
@@ -36,7 +36,7 @@ class PlayersCombo : public TQComboBox
Q_OBJECT
TQ_OBJECT
public:
- PlayersCombo(TQWidget *tqparent = 0, const char *name = 0);
+ PlayersCombo(TQWidget *parent = 0, const char *name = 0);
void load();
@@ -55,7 +55,7 @@ class AdditionalTab : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- AdditionalTab(TQWidget *tqparent, const char *name);
+ AdditionalTab(TQWidget *parent, const char *name);
virtual void load();
@@ -78,7 +78,7 @@ class StatisticsTab : public AdditionalTab
Q_OBJECT
TQ_OBJECT
public:
- StatisticsTab(TQWidget *tqparent);
+ StatisticsTab(TQWidget *parent);
void load();
@@ -104,7 +104,7 @@ class HistogramTab : public AdditionalTab
Q_OBJECT
TQ_OBJECT
public:
- HistogramTab(TQWidget *tqparent);
+ HistogramTab(TQWidget *parent);
void load();