From 5443f402bbfcf7f9c392bcbb0108ee074551f982 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- kapptemplate/kapp/apppref.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kapptemplate/kapp/apppref.h') diff --git a/kapptemplate/kapp/apppref.h b/kapptemplate/kapp/apppref.h index 5424df0e..fc821767 100644 --- a/kapptemplate/kapp/apppref.h +++ b/kapptemplate/kapp/apppref.h @@ -12,7 +12,7 @@ class ${APP_NAME}PrefPageTwo; class ${APP_NAME}Preferences : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ${APP_NAME}Preferences(); @@ -24,7 +24,7 @@ private: class ${APP_NAME}PrefPageOne : public TQFrame { Q_OBJECT - TQ_OBJECT + public: ${APP_NAME}PrefPageOne(TQWidget *parent = 0); }; @@ -32,7 +32,7 @@ public: class ${APP_NAME}PrefPageTwo : public TQFrame { Q_OBJECT - TQ_OBJECT + public: ${APP_NAME}PrefPageTwo(TQWidget *parent = 0); }; -- cgit v1.2.1