diff options
-rw-r--r-- | kode/printer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kode/printer.cpp b/kode/printer.cpp index ddb5e5c44..761823dd3 100644 --- a/kode/printer.cpp +++ b/kode/printer.cpp @@ -200,6 +200,8 @@ TQString Printer::classHeader( const Class &c ) code.indent(); if ( c.isTQObject() ) { + code += "Q_OBJECT"; + code.newLine(); code += "TQ_OBJECT"; code.newLine(); } |