diff options
Diffstat (limited to 'src/modules/objects/KvsObject_http.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_http.cpp | 11 |
1 files changed, 3 insertions, 8 deletions
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 <qhttp.h> -#else - // Use standard QHttp - #include <QHttp> -#endif +// Qt >= 5.0.0 has no QHttp. +// We use the external source code module provided by digia (in qthttp) +#include <qhttp.h> #include <QUrl> |
