X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLabelImageLoaderWidget.h;h=178acb2a07f48fd55eb3d70ff40e417494cbe93e;hb=b8e5890d37dfd64409b9694f73c0be164a089e64;hp=3447dba0b29c9e2a441f9ec84ad4c5be8b4c2e11;hpb=eab384b4509ea170c55a307b9eb484e70c636bba;p=clitk.git diff --git a/vv/vvLabelImageLoaderWidget.h b/vv/vvLabelImageLoaderWidget.h index 3447dba..178acb2 100644 --- a/vv/vvLabelImageLoaderWidget.h +++ b/vv/vvLabelImageLoaderWidget.h @@ -24,10 +24,10 @@ // qt #include -#if QT_VERSION < 0x050000 -#include -#else +#if QT_VERSION >= 0x050000 #include +#else +#include #endif #include #include "ui_vvLabelImageLoaderWidget.h"