summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/effectwidget.h2
-rw-r--r--src/magiclabel.h2
-rw-r--r--src/thememoodin.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/effectwidget.h b/src/effectwidget.h
index 91a3a65..15c7db5 100644
--- a/src/effectwidget.h
+++ b/src/effectwidget.h
@@ -25,7 +25,7 @@ class TQTimer;
class EffectWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
EffectWidget(TQWidget *parent = 0,const char *name = 0);
diff --git a/src/magiclabel.h b/src/magiclabel.h
index 93180a7..5ce87a1 100644
--- a/src/magiclabel.h
+++ b/src/magiclabel.h
@@ -19,7 +19,7 @@
class MagicLabel : TQObject
{
Q_OBJECT
- TQ_OBJECT
+
private:
TQString prefix;
diff --git a/src/thememoodin.h b/src/thememoodin.h
index cf7f285..8e7a835 100644
--- a/src/thememoodin.h
+++ b/src/thememoodin.h
@@ -33,7 +33,7 @@ typedef TQPtrList<TQImage> ImageList;
class ThemeMoodin: public ThemeEngine
{
Q_OBJECT
- TQ_OBJECT
+
public:
ThemeMoodin(TQWidget *parent, const char *name, const TQStringList& flags);