From 5106f93512659db1a236db49febc5ed1a45e3384 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- kbackgammon/kbgboard.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kbackgammon/kbgboard.h') diff --git a/kbackgammon/kbgboard.h b/kbackgammon/kbgboard.h index ed5feeea..149a9157 100644 --- a/kbackgammon/kbgboard.h +++ b/kbackgammon/kbgboard.h @@ -98,7 +98,7 @@ class KBgBoardQDice; class KBgBoard : public TQWidget { Q_OBJECT - TQ_OBJECT + friend class KBgBoardCell; friend class KBgBoardHome; @@ -462,7 +462,7 @@ protected: class KBgBoardCell : public TQLabel { Q_OBJECT - TQ_OBJECT + public: @@ -617,7 +617,7 @@ protected: class KBgBoardHome : public KBgBoardCell { Q_OBJECT - TQ_OBJECT + public: /** @@ -680,7 +680,7 @@ class KBgBoardHome : public KBgBoardCell class KBgBoardBar : public KBgBoardCell { Q_OBJECT - TQ_OBJECT + public: /** @@ -728,7 +728,7 @@ class KBgBoardBar : public KBgBoardCell class KBgBoardField : public KBgBoardCell { Q_OBJECT - TQ_OBJECT + public: /** @@ -824,7 +824,7 @@ class KBgBoardMove class KBgBoardQDice : public TQDialog { Q_OBJECT - TQ_OBJECT + public: @@ -858,7 +858,7 @@ public slots: class KBgBoardQCube : public TQDialog { Q_OBJECT - TQ_OBJECT + public: @@ -904,7 +904,7 @@ protected slots: class KBgBoardSetup : public KBgBoard { Q_OBJECT - TQ_OBJECT + public: -- cgit v1.2.1