diff options
Diffstat (limited to 'kolf/objects')
-rw-r--r-- | kolf/objects/poolball/poolball.h | 4 | ||||
-rw-r--r-- | kolf/objects/test/test.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kolf/objects/poolball/poolball.h b/kolf/objects/poolball/poolball.h index db09f7bd..ca2ffa80 100644 --- a/kolf/objects/poolball/poolball.h +++ b/kolf/objects/poolball/poolball.h @@ -17,7 +17,7 @@ class KConfig; class PoolBallFactory : KLibFactory { Q_OBJECT - TQ_OBJECT + public: TQObject *createObject(TQObject *, const char *, const char *, const TQStringList & = TQStringList()); @@ -48,7 +48,7 @@ private: class PoolBallConfig : public Config { Q_OBJECT - TQ_OBJECT + public: PoolBallConfig(PoolBall *poolBall, TQWidget *parent); diff --git a/kolf/objects/test/test.h b/kolf/objects/test/test.h index d4f00f41..b7aa0be5 100644 --- a/kolf/objects/test/test.h +++ b/kolf/objects/test/test.h @@ -13,7 +13,7 @@ class KConfig; class TestFactory : KLibFactory { Q_OBJECT - TQ_OBJECT + public: TQObject *createObject(TQObject *, const char *, const char *, const TQStringList & = TQStringList()); @@ -41,7 +41,7 @@ private: class TestConfig : public Config { Q_OBJECT - TQ_OBJECT + public: TestConfig(Test *test, TQWidget *parent); |