diff options
Diffstat (limited to 'kolf/object.h')
-rw-r--r-- | kolf/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/object.h b/kolf/object.h index b04822a8..7c648865 100644 --- a/kolf/object.h +++ b/kolf/object.h @@ -10,7 +10,7 @@ class Object : public TQObject { Q_OBJECT - TQ_OBJECT + public: Object(TQObject *parent = 0, const char *name = 0) : TQObject(parent, name) { m_addOnNewHole = false; } |