summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/codegenerationwizard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:59 -0600
commit5443f402bbfcf7f9c392bcbb0108ee074551f982 (patch)
tree6878d1e68ded849d3e2fb7988a8371074dbe7754 /umbrello/umbrello/dialogs/codegenerationwizard.h
parent6df7194f5bb08f41c4c3a3c952a243776538ebc6 (diff)
downloadtdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.tar.gz
tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'umbrello/umbrello/dialogs/codegenerationwizard.h')
-rw-r--r--umbrello/umbrello/dialogs/codegenerationwizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/dialogs/codegenerationwizard.h b/umbrello/umbrello/dialogs/codegenerationwizard.h
index 13d36927..ec75e1f6 100644
--- a/umbrello/umbrello/dialogs/codegenerationwizard.h
+++ b/umbrello/umbrello/dialogs/codegenerationwizard.h
@@ -39,7 +39,7 @@ class CodeGenerationOptionsPage;
class CodeGenerationWizard : public CodeGenerationWizardBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CodeGenerationWizard(UMLClassifierList *classList);
~CodeGenerationWizard();