diff options
Diffstat (limited to 'kolf/editor.cpp')
-rw-r--r-- | kolf/editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/editor.cpp b/kolf/editor.cpp index 88e3c375..ab8b1d0c 100644 --- a/kolf/editor.cpp +++ b/kolf/editor.cpp @@ -9,8 +9,8 @@ #include "editor.h" #include "game.h" -Editor::Editor(ObjectList *list, TQWidget *tqparent, const char *name) - : TQWidget(tqparent, name) +Editor::Editor(ObjectList *list, TQWidget *parent, const char *name) + : TQWidget(parent, name) { this->list = list; config = 0; |