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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/opietoday/examplepluginwidget.h b/languages/cpp/app_templates/opietoday/examplepluginwidget.h
index 53a67b18..f5e35d4e 100644
--- a/languages/cpp/app_templates/opietoday/examplepluginwidget.h
+++ b/languages/cpp/app_templates/opietoday/examplepluginwidget.h
@@ -8,9 +8,10 @@
class %{APPNAME}Widget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- %{APPNAME}Widget( TQWidget *parent, const char *name );
+ %{APPNAME}Widget( TQWidget *tqparent, const char *name );
~%{APPNAME}Widget();
void refresh();