summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilotConfigWizard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:46 -0600
commit3017081b30370a0581cac5804516bf1d8a5c8533 (patch)
tree572e2ad691fe12cf5beb4871c15c38273b3f267c /kpilot/kpilotConfigWizard.h
parent6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff)
downloadkpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz
kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpilot/kpilotConfigWizard.h')
-rw-r--r--kpilot/kpilotConfigWizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/kpilotConfigWizard.h b/kpilot/kpilotConfigWizard.h
index 5cf9fe6..b5961cf 100644
--- a/kpilot/kpilotConfigWizard.h
+++ b/kpilot/kpilotConfigWizard.h
@@ -37,7 +37,7 @@ class ConfigWizard_base3;
class ConfigWizard : public KWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Mode { InDialog=0, Standalone=1 } ;