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 /kpat/golf.h | |
parent | a5c3a83e1a931b5af4387f05f7204a2007ae71a1 (diff) | |
download | tdegames-5106f93512659db1a236db49febc5ed1a45e3384.tar.gz tdegames-5106f93512659db1a236db49febc5ed1a45e3384.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpat/golf.h')
-rw-r--r-- | kpat/golf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/golf.h b/kpat/golf.h index 68937eb0..7227c478 100644 --- a/kpat/golf.h +++ b/kpat/golf.h @@ -6,7 +6,7 @@ class HorRightPile : public Pile { Q_OBJECT - TQ_OBJECT + public: HorRightPile( int _index, Dealer* parent = 0); @@ -16,7 +16,7 @@ public: class Golf : public Dealer { Q_OBJECT - TQ_OBJECT + public: Golf( KMainWindow* parent=0, const char* name=0); |