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_http.cpp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/modules/objects/KvsObject_http.cpp') diff --git a/src/modules/objects/KvsObject_http.cpp b/src/modules/objects/KvsObject_http.cpp index 57bb11d74..7a83bbc10 100644 --- a/src/modules/objects/KvsObject_http.cpp +++ b/src/modules/objects/KvsObject_http.cpp @@ -28,14 +28,9 @@ #include "KviError.h" #include "KviLocale.h" -#if (QT_VERSION > 0x050000) - // Qt >= 5.0.0 has no QHttp. - // We use the external source code module provided by digia (in qthttp) - #include -#else - // Use standard QHttp - #include -#endif +// Qt >= 5.0.0 has no QHttp. +// We use the external source code module provided by digia (in qthttp) +#include #include -- cgit v1.3.1-10-gc9f91