From a69b55c674b0528c00598bea54b7a661f4e49f27 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 7 Oct 2021 15:17:57 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- qt/SciListBox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt/SciListBox.cpp') diff --git a/qt/SciListBox.cpp b/qt/SciListBox.cpp index f873d7c..2d504e5 100644 --- a/qt/SciListBox.cpp +++ b/qt/SciListBox.cpp @@ -20,7 +20,6 @@ // TQScintilla; see the file LICENSE. If not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - #include #include @@ -326,3 +325,5 @@ void SciListBox::handleDoubleClick(TQListBoxItem *) if (lbx && lbx -> cb_action) lbx -> cb_action(lbx -> cb_data); } + +#include "SciListBox.moc" -- cgit v1.2.3