diff options
Diffstat (limited to 'kolf/editor.h')
-rw-r--r-- | kolf/editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/editor.h b/kolf/editor.h index e61e73cf..bf41645a 100644 --- a/kolf/editor.h +++ b/kolf/editor.h @@ -13,7 +13,7 @@ class Config; class Editor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Editor(ObjectList *list, TQWidget * = 0, const char * = 0); |