diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/application.h b/example/application.h index 3905785..4be62c7 100644 --- a/example/application.h +++ b/example/application.h @@ -18,7 +18,7 @@ class QextScintillaPrinter; class ApplicationWindow: public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: |