X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvIntensityValueSlider.h;h=b123f404f8aff71f547597cac7359307ede5890c;hb=d1dc57c5af88ff53c75904b1dd55722f9631a21e;hp=25fdc5753e75941262d1f7e7a8df0d64abdaa986;hpb=c234e07e4ef90bb8b08c75ca4f1b3a76055e7859;p=clitk.git diff --git a/vv/vvIntensityValueSlider.h b/vv/vvIntensityValueSlider.h index 25fdc57..b123f40 100644 --- a/vv/vvIntensityValueSlider.h +++ b/vv/vvIntensityValueSlider.h @@ -20,10 +20,10 @@ // qt #include -#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0) -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include