diff options
Diffstat (limited to 'kolf/objects/poolball/poolball.h')
-rw-r--r-- | kolf/objects/poolball/poolball.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kolf/objects/poolball/poolball.h b/kolf/objects/poolball/poolball.h index 312e1996..fac2ef11 100644 --- a/kolf/objects/poolball/poolball.h +++ b/kolf/objects/poolball/poolball.h @@ -15,7 +15,13 @@ class StateDB; class KConfig; -class PoolBallFactory : KLibFactory { TQ_OBJECT public: TQObject *createObject(TQObject *, const char *, const char *, const TQStringList & = TQStringList()); }; +class PoolBallFactory : KLibFactory { + Q_OBJECT + TQ_OBJECT + +public: + TQObject *createObject(TQObject *, const char *, const char *, const TQStringList & = TQStringList()); +}; class PoolBall : public Ball { |