diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:07:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:07:10 -0600 |
commit | 5106f93512659db1a236db49febc5ed1a45e3384 (patch) | |
tree | f7a4da53d81ff5844af9d043604940c253cdb529 /ksmiletris | |
parent | a5c3a83e1a931b5af4387f05f7204a2007ae71a1 (diff) | |
download | tdegames-5106f93512659db1a236db49febc5ed1a45e3384.tar.gz tdegames-5106f93512659db1a236db49febc5ed1a45e3384.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'ksmiletris')
-rw-r--r-- | ksmiletris/gamewidget.h | 2 | ||||
-rw-r--r-- | ksmiletris/gamewindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksmiletris/gamewidget.h b/ksmiletris/gamewidget.h index ca41093e..96e95b6b 100644 --- a/ksmiletris/gamewidget.h +++ b/ksmiletris/gamewidget.h @@ -36,7 +36,7 @@ class TQTimer; class GameWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + signals: void changedStats(int, int); diff --git a/ksmiletris/gamewindow.h b/ksmiletris/gamewindow.h index fdd0d96b..55d6434b 100644 --- a/ksmiletris/gamewindow.h +++ b/ksmiletris/gamewindow.h @@ -35,7 +35,7 @@ class KStatusBar; class GameWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: GameWindow(TQWidget *parent=0, const char *name=0); |