summaryrefslogtreecommitdiffstats
path: root/ksmiletris/gamewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksmiletris/gamewindow.h')
-rw-r--r--ksmiletris/gamewindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmiletris/gamewindow.h b/ksmiletris/gamewindow.h
index bdfaabf7..fdd0d96b 100644
--- a/ksmiletris/gamewindow.h
+++ b/ksmiletris/gamewindow.h
@@ -38,7 +38,7 @@ class GameWindow : public KMainWindow {
TQ_OBJECT
public:
- GameWindow(TQWidget *tqparent=0, const char *name=0);
+ GameWindow(TQWidget *parent=0, const char *name=0);
public slots:
void menu_newGame();