summaryrefslogtreecommitdiffstats
path: root/qt/SciListBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/SciListBox.cpp')
-rw-r--r--qt/SciListBox.cpp3
1 files changed, 2 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
@@ -326,3 +325,5 @@ void SciListBox::handleDoubleClick(TQListBoxItem *)
if (lbx && lbx -> cb_action)
lbx -> cb_action(lbx -> cb_data);
}
+
+#include "SciListBox.moc"