summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/pythonwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codegenerators/pythonwriter.h')
-rw-r--r--umbrello/umbrello/codegenerators/pythonwriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/codegenerators/pythonwriter.h b/umbrello/umbrello/codegenerators/pythonwriter.h
index b7f324e7..a4622029 100644
--- a/umbrello/umbrello/codegenerators/pythonwriter.h
+++ b/umbrello/umbrello/codegenerators/pythonwriter.h
@@ -31,7 +31,7 @@ enum Access {PRIVATE, PUBLIC, PROTECTED};
*/
class PythonWriter : public SimpleCodeGenerator {
Q_OBJECT
- TQ_OBJECT
+
public:
PythonWriter();