X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvToolProfile.h;h=0410637f396b79a1f08faad0502c97b0918aef7e;hb=0e51b8dde15bfe59437d6f351c516f4137faf631;hp=94b377f31a0c81f9deb4456374c8a783f7f726ea;hpb=87bc8d3939a62ac6c2f0f1c72fb83cf24c49ec41;p=clitk.git diff --git a/vv/vvToolProfile.h b/vv/vvToolProfile.h index 94b377f..0410637 100644 --- a/vv/vvToolProfile.h +++ b/vv/vvToolProfile.h @@ -19,10 +19,10 @@ #define VVTOOLPROFILE_H #include -#if QT_VERSION < 0x050000 -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include "vvToolBase.h"