X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvIntensityValueSlider.h;h=b123f404f8aff71f547597cac7359307ede5890c;hb=769d159c09a35005afb6934fae83843f0b116d36;hp=29846633831e4baee3f4414d2b4a3b78f19504d8;hpb=6543794d0c4718aaa344b28acc77ca18d423f1f3;p=clitk.git diff --git a/vv/vvIntensityValueSlider.h b/vv/vvIntensityValueSlider.h index 2984663..b123f40 100644 --- a/vv/vvIntensityValueSlider.h +++ b/vv/vvIntensityValueSlider.h @@ -19,10 +19,11 @@ #define VVINTENSITYVALUESLIDER_H // qt -#if QT_VERSION < 0x050000 -#include -#else +#include +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include