X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMIP.h;h=e915525cb03814924ad482f8394d6d3d066babcb;hb=133a3b14fe0d225aff4ea4edd53d61e7f3d063c2;hp=8ee1410d570d69dcd5659cf7c9e7c8b71e8fb4c6;hpb=eab384b4509ea170c55a307b9eb484e70c636bba;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"