From 3bb71d188c7584740f050a940d25df51ca84bc0a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:37 -0600 Subject: Remove spurious TQ_OBJECT instances --- 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 5541dea..6df4b24 100644 --- a/qt/SciListBox.h +++ b/qt/SciListBox.h @@ -36,7 +36,7 @@ class ListBoxX; class SciListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: SciListBox(TQWidget *parent,ListBoxX *lbx_); -- cgit v1.2.3