summaryrefslogtreecommitdiffstats
path: root/kapptemplate/kapp/appview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/kapp/appview.h')
-rw-r--r--kapptemplate/kapp/appview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kapptemplate/kapp/appview.h b/kapptemplate/kapp/appview.h
index 14fc3043..25dddfd1 100644
--- a/kapptemplate/kapp/appview.h
+++ b/kapptemplate/kapp/appview.h
@@ -24,11 +24,12 @@ class KURL;
class ${APP_NAME}View : public TQWidget, public ${APP_NAME}Iface
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default constructor
*/
- ${APP_NAME}View(TQWidget *parent);
+ ${APP_NAME}View(TQWidget *tqparent);
/**
* Destructor