summaryrefslogtreecommitdiffstats
path: root/kmahjongg
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:10 -0600
commit5106f93512659db1a236db49febc5ed1a45e3384 (patch)
treef7a4da53d81ff5844af9d043604940c253cdb529 /kmahjongg
parenta5c3a83e1a931b5af4387f05f7204a2007ae71a1 (diff)
downloadtdegames-5106f93512659db1a236db49febc5ed1a45e3384.tar.gz
tdegames-5106f93512659db1a236db49febc5ed1a45e3384.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmahjongg')
-rw-r--r--kmahjongg/Editor.h2
-rw-r--r--kmahjongg/GameTimer.h2
-rw-r--r--kmahjongg/HighScore.h2
-rw-r--r--kmahjongg/Preview.h4
-rw-r--r--kmahjongg/boardwidget.h2
-rw-r--r--kmahjongg/kmahjongg.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/kmahjongg/Editor.h b/kmahjongg/Editor.h
index 1cd06853..1b1b09de 100644
--- a/kmahjongg/Editor.h
+++ b/kmahjongg/Editor.h
@@ -16,7 +16,7 @@
class Editor: public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kmahjongg/GameTimer.h b/kmahjongg/GameTimer.h
index e9bdb4c6..f716ff86 100644
--- a/kmahjongg/GameTimer.h
+++ b/kmahjongg/GameTimer.h
@@ -24,7 +24,7 @@ enum TimerMode {running = -53 , stopped= -54 , paused = -55};
class GameTimer: public TQLCDNumber
{
Q_OBJECT
- TQ_OBJECT
+
public:
GameTimer( TQWidget *parent=0, const char *name=0 );
diff --git a/kmahjongg/HighScore.h b/kmahjongg/HighScore.h
index d5513508..6c2342ce 100644
--- a/kmahjongg/HighScore.h
+++ b/kmahjongg/HighScore.h
@@ -29,7 +29,7 @@ typedef struct TableInstance {
class HighScore : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kmahjongg/Preview.h b/kmahjongg/Preview.h
index f77aaf09..2ad02205 100644
--- a/kmahjongg/Preview.h
+++ b/kmahjongg/Preview.h
@@ -15,7 +15,7 @@ class TQPixmap;
class FrameImage: public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
public:
FrameImage(TQWidget *parent=NULL, const char *name = NULL);
~FrameImage();
@@ -44,7 +44,7 @@ private:
class Preview: public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum PreviewType {background, tileset, board, theme};
diff --git a/kmahjongg/boardwidget.h b/kmahjongg/boardwidget.h
index 62907097..f6578278 100644
--- a/kmahjongg/boardwidget.h
+++ b/kmahjongg/boardwidget.h
@@ -89,7 +89,7 @@ typedef struct gamedata {
class BoardWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
BoardWidget( TQWidget* parent = 0, const char *name = 0 );
diff --git a/kmahjongg/kmahjongg.h b/kmahjongg/kmahjongg.h
index e7b9492b..98c46a34 100644
--- a/kmahjongg/kmahjongg.h
+++ b/kmahjongg/kmahjongg.h
@@ -51,7 +51,7 @@ class TQLabel;
class KMahjongg : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
KMahjongg( TQWidget* parent = 0, const char *name = 0);