diff options
Diffstat (limited to 'kolf/canvasitem.h')
-rw-r--r-- | kolf/canvasitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/canvasitem.h b/kolf/canvasitem.h index 277fb15d..276e1dce 100644 --- a/kolf/canvasitem.h +++ b/kolf/canvasitem.h @@ -125,7 +125,7 @@ public: * returns a Config that can be used to configure this item by the user. * The default implementation returns one that says 'No configuration options'. */ - virtual Config *config(TQWidget *tqparent) { return new DefaultConfig(tqparent); } + virtual Config *config(TQWidget *parent) { return new DefaultConfig(parent); } /** * returns other items that should be moveable (besides this one of course). */ |