summaryrefslogtreecommitdiffstats
path: root/examples/tetrix/qtetrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tetrix/qtetrix.h')
-rw-r--r--examples/tetrix/qtetrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tetrix/qtetrix.h b/examples/tetrix/qtetrix.h
index 36d8bd04..5b39051b 100644
--- a/examples/tetrix/qtetrix.h
+++ b/examples/tetrix/qtetrix.h
@@ -46,7 +46,7 @@ public:
public slots:
void gameOver();
- void tquit();
+ void quit();
private:
void keyPressEvent( TQKeyEvent *e ) { board->keyPressEvent(e); }
@@ -61,7 +61,7 @@ private:
TQLabel *showLevel;
TQLabel *showLines;
#endif
- TQPushButton *tquitButton;
+ TQPushButton *quitButton;
TQPushButton *startButton;
TQPushButton *pauseButton;
};