From 22ca84d4d22ed7e39c626981e5ae85e9287c3edb Mon Sep 17 00:00:00 2001 From: wodim Date: Thu, 7 Apr 2016 13:00:54 +0200 Subject: Remove all ifdefs related to older versions of Qt. Now that we only support Qt 5 we will no longer need these. --- src/modules/objects/KvsObject_ftp.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/modules/objects/KvsObject_ftp.cpp') diff --git a/src/modules/objects/KvsObject_ftp.cpp b/src/modules/objects/KvsObject_ftp.cpp index adfebfa36..5b25cda6a 100644 --- a/src/modules/objects/KvsObject_ftp.cpp +++ b/src/modules/objects/KvsObject_ftp.cpp @@ -30,14 +30,9 @@ #include "KviLocale.h" -#if (QT_VERSION > 0x050000) - // Qt >= 5.0.0 has no QFtp. - // We use the external source code module provided by digia (in qtftp) - #include -#else - // Use standard QFtp - #include -#endif +// Qt >= 5.0.0 has no QFtp. +// We use the external source code module provided by digia (in qtftp) +#include #include -- cgit v1.3.1-10-gc9f91