diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:10 -0600 |
commit | 5106f93512659db1a236db49febc5ed1a45e3384 (patch) | |
tree | f7a4da53d81ff5844af9d043604940c253cdb529 /libksirtet/lib/pline.h | |
parent | a5c3a83e1a931b5af4387f05f7204a2007ae71a1 (diff) | |
download | tdegames-5106f93512659db1a236db49febc5ed1a45e3384.tar.gz tdegames-5106f93512659db1a236db49febc5ed1a45e3384.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libksirtet/lib/pline.h')
-rw-r--r-- | libksirtet/lib/pline.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libksirtet/lib/pline.h b/libksirtet/lib/pline.h index 5bba6c4b..4fcbf028 100644 --- a/libksirtet/lib/pline.h +++ b/libksirtet/lib/pline.h @@ -16,7 +16,7 @@ class TQPushButton; class MeetingLine : public TQFrame { Q_OBJECT - TQ_OBJECT + public: MeetingLine(bool isOwner, bool readerIsServer, bool serverLine, @@ -52,7 +52,7 @@ class MeetingLine : public TQFrame class PlayerLine : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PlayerLine(PlayerComboBox::Type type, const TQString &txt, @@ -83,7 +83,7 @@ class PlayerLine : public TQFrame class GWidgetList : public TQWidget { Q_OBJECT - TQ_OBJECT + public: GWidgetList(uint interval, TQWidget *parent = 0, const char * name = 0); |