summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/working/plugintemplate/widget.h')
-rw-r--r--kommander/working/plugintemplate/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/widget.h b/kommander/working/plugintemplate/widget.h
index ab6f042f..2d88f61b 100644
--- a/kommander/working/plugintemplate/widget.h
+++ b/kommander/working/plugintemplate/widget.h
@@ -22,7 +22,7 @@ class %{APPNAME}: public TQWidget, public KommanderWidget
TQ_PROPERTY(bool KommanderWidget READ isKommanderWidget)
public:
- %{APPNAME}(TQWidget *tqparent, const char* name);
+ %{APPNAME}(TQWidget *parent, const char* name);
~%{APPNAME}();
virtual bool isKommanderWidget() const;