X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolSimpleInputSelectorWidget.h;h=4b8028fa2f9b84a600ddb69ebf236c20cd4b166a;hb=c63cb71d60e75dd3c7297291f6cc662491474438;hp=7a06c27bcf0136e6b4ed1624fc64fd7fad6d9395;hpb=c234e07e4ef90bb8b08c75ca4f1b3a76055e7859;p=clitk.git diff --git a/vv/vvToolSimpleInputSelectorWidget.h b/vv/vvToolSimpleInputSelectorWidget.h index 7a06c27..4b8028f 100644 --- a/vv/vvToolSimpleInputSelectorWidget.h +++ b/vv/vvToolSimpleInputSelectorWidget.h @@ -19,10 +19,10 @@ #define VVTOOLSIMPLEINPUTSELECTORWIDGET_H #include -#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include #include "ui_vvToolSimpleInputSelectorWidget.h"