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_sql.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/modules/objects/KvsObject_sql.h') diff --git a/src/modules/objects/KvsObject_sql.h b/src/modules/objects/KvsObject_sql.h index ac8ebf2b5..dff227903 100644 --- a/src/modules/objects/KvsObject_sql.h +++ b/src/modules/objects/KvsObject_sql.h @@ -29,11 +29,7 @@ #include "KviPointerList.h" #include "KviKvsVariant.h" #include "object_macros.h" -#if (QT_VERSION >= 0x050000) - #include -#else - #include -#endif +#include #include class KvsObject_sql : public KviKvsObject -- cgit v1.3.1-10-gc9f91