summaryrefslogtreecommitdiffstats
path: root/libksirtet/base/inter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libksirtet/base/inter.cpp')
-rw-r--r--libksirtet/base/inter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libksirtet/base/inter.cpp b/libksirtet/base/inter.cpp
index c573ef78..658e7c47 100644
--- a/libksirtet/base/inter.cpp
+++ b/libksirtet/base/inter.cpp
@@ -3,13 +3,13 @@
#include <kexthighscore.h>
-void BaseInterface::showHighscores(TQWidget *tqparent)
+void BaseInterface::showHighscores(TQWidget *parent)
{
if ( !_isPaused() ) _pause();
- _showHighscores(tqparent);
+ _showHighscores(parent);
}
-void BaseInterface::_showHighscores(TQWidget *tqparent)
+void BaseInterface::_showHighscores(TQWidget *parent)
{
- KExtHighscore::show(tqparent);
+ KExtHighscore::show(parent);
}