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 --- qt/SciListBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/SciListBox.h') diff --git a/qt/SciListBox.h b/qt/SciListBox.h index 6df4b24..1a8409d 100644 --- a/qt/SciListBox.h +++ b/qt/SciListBox.h @@ -35,7 +35,7 @@ class ListBoxX; class SciListBox : public TQListBox { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3