From 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- src/kwidgetlistbox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/kwidgetlistbox.cpp') diff --git a/src/kwidgetlistbox.cpp b/src/kwidgetlistbox.cpp index 23300de..16ef004 100644 --- a/src/kwidgetlistbox.cpp +++ b/src/kwidgetlistbox.cpp @@ -17,11 +17,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * ***************************************************************************/ -#include "kwidgetlistbox.h" #include #include #include +#include "kwidgetlistbox.h" + + KWidgetListbox::KWidgetListbox(TQWidget *parent, const char *name) : TQTable(parent, name) { -- cgit v1.2.1