From 7fefe15989a08e255ade5e577c781701b157d430 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 (cherry picked from commit 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4) --- src/dndlistview.cpp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/dndlistview.cpp') diff --git a/src/dndlistview.cpp b/src/dndlistview.cpp index 65fe852..a689fcf 100644 --- a/src/dndlistview.cpp +++ b/src/dndlistview.cpp @@ -18,17 +18,19 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "dndlistview.h" -#include "torkconfig.h" -#include "kdebug.h" -#include -#include +#include +#include +#include +#include + #include #include #include -#include -#include +#include "dndlistview.h" +#include "torkconfig.h" +#include "kdebug.h" + DndListView::DndListView( TQWidget * parent, const char * name, WFlags f ) : TQListView( parent, name, f ), oldCurrent( 0 ), -- cgit v1.2.3