X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMIP.h;h=e915525cb03814924ad482f8394d6d3d066babcb;hb=HEAD;hp=8ee1410d570d69dcd5659cf7c9e7c8b71e8fb4c6;hpb=ff4e821006c760607319ef7cc58dd9f4f17a7098;p=clitk.git diff --git a/vv/vvToolMIP.h b/vv/vvToolMIP.h index 8ee1410..e915525 100644 --- a/vv/vvToolMIP.h +++ b/vv/vvToolMIP.h @@ -48,10 +48,10 @@ along with this program. If not, see . #include #include -#if QT_VERSION < 0x050000 -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h" #include "QWidget"