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 --- kgoldrunner/src/kgrdialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kgoldrunner/src/kgrdialog.h') diff --git a/kgoldrunner/src/kgrdialog.h b/kgoldrunner/src/kgrdialog.h index cfa65de6..1e62a3eb 100644 --- a/kgoldrunner/src/kgrdialog.h +++ b/kgoldrunner/src/kgrdialog.h @@ -58,7 +58,7 @@ class KGrThumbNail; class KGrSLDialog : public KGR_DIALOG // KGR_PORTABLE sets TQDialog/KDialogBase { Q_OBJECT - TQ_OBJECT + public: KGrSLDialog (int action, int requestedLevel, int collnIndex, TQPtrList & gamesList, KGrGame * theGame, @@ -114,7 +114,7 @@ private: class KGrNHDialog : public KGR_DIALOG // KGR_PORTABLE sets TQDialog/KDialogBase { Q_OBJECT - TQ_OBJECT + public: KGrNHDialog (const TQString & levelName, const TQString & levelHint, TQWidget * parent = 0, const char * name = 0); @@ -139,7 +139,7 @@ private: class KGrECDialog : public KGR_DIALOG // KGR_PORTABLE sets TQDialog/KDialogBase { Q_OBJECT - TQ_OBJECT + public: KGrECDialog (int action, int collnIndex, TQPtrList & gamesList, @@ -192,7 +192,7 @@ private: class KGrLGDialog : public KGR_DIALOG // KGR_PORTABLE sets TQDialog/KDialogBase { Q_OBJECT - TQ_OBJECT + public: KGrLGDialog (TQFile * savedGames, TQPtrList & collections, TQWidget * parent, const char * name); -- cgit v1.2.1