From 3997cae1995ebcd9ef771882dfec196de21810d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 01:52:03 -0600 Subject: Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT This breaks qt3 compilation due to qmake problems --- example/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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: -- cgit v1.2.3