summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/opietoday/examplepluginwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/opietoday/examplepluginwidget.h')
-rw-r--r--languages/cpp/app_templates/opietoday/examplepluginwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/opietoday/examplepluginwidget.h b/languages/cpp/app_templates/opietoday/examplepluginwidget.h
index f5e35d4e..f079013e 100644
--- a/languages/cpp/app_templates/opietoday/examplepluginwidget.h
+++ b/languages/cpp/app_templates/opietoday/examplepluginwidget.h
@@ -11,7 +11,7 @@ class %{APPNAME}Widget : public TQWidget {
TQ_OBJECT
public:
- %{APPNAME}Widget( TQWidget *tqparent, const char *name );
+ %{APPNAME}Widget( TQWidget *parent, const char *name );
~%{APPNAME}Widget();
void refresh();