diff options
Diffstat (limited to 'doc/customstyles.doc')
-rw-r--r-- | doc/customstyles.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/customstyles.doc b/doc/customstyles.doc index 47f4bc92..abb22a8a 100644 --- a/doc/customstyles.doc +++ b/doc/customstyles.doc @@ -86,7 +86,7 @@ declaration: #include <ntqwindowsstyle.h> class CustomStyle : public QWindowsStyle { - Q_OBJECT + TQ_OBJECT public: CustomStyle(); ~CustomStyle(); |