summaryrefslogtreecommitdiffstats
path: root/kgoldrunner/src/kgrdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgoldrunner/src/kgrdialog.h')
-rw-r--r--kgoldrunner/src/kgrdialog.h8
1 files changed, 4 insertions, 4 deletions
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<KGrCollection> & 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<KGrCollection> & 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<KGrCollection> & collections,
TQWidget * parent, const char * name);