summaryrefslogtreecommitdiffstats
path: root/kapptemplate/kapp/apppref.h
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/kapp/apppref.h')
-rw-r--r--kapptemplate/kapp/apppref.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kapptemplate/kapp/apppref.h b/kapptemplate/kapp/apppref.h
index fc821767..a676c4c8 100644
--- a/kapptemplate/kapp/apppref.h
+++ b/kapptemplate/kapp/apppref.h
@@ -11,7 +11,7 @@ class ${APP_NAME}PrefPageTwo;
class ${APP_NAME}Preferences : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
${APP_NAME}Preferences();
@@ -23,7 +23,7 @@ private:
class ${APP_NAME}PrefPageOne : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
${APP_NAME}PrefPageOne(TQWidget *parent = 0);
@@ -31,7 +31,7 @@ public:
class ${APP_NAME}PrefPageTwo : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
${APP_NAME}PrefPageTwo(TQWidget *parent = 0);