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 --- kolf/newgame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kolf/newgame.h') diff --git a/kolf/newgame.h b/kolf/newgame.h index 9a8a7493..93bc46bc 100644 --- a/kolf/newgame.h +++ b/kolf/newgame.h @@ -27,7 +27,7 @@ class TQEvent; class PlayerEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: PlayerEditor(TQString name = TQString(), TQColor = red, TQWidget *parent = 0, const char *_name = 0); @@ -51,7 +51,7 @@ private: class NewGameDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: NewGameDialog(bool enableCourses, TQWidget *parent, const char *_name = 0); -- cgit v1.2.1