summaryrefslogtreecommitdiffstats
path: root/kolf/objects/poolball/poolball.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/objects/poolball/poolball.h')
-rw-r--r--kolf/objects/poolball/poolball.h4
1 files changed, 2 insertions, 2 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);