X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLabelImageLoaderWidget.h;h=3447dba0b29c9e2a441f9ec84ad4c5be8b4c2e11;hb=2a47eef492588295e5c7259bb8a423ff35d34327;hp=33b85eb1d9654f6c190b8a826b7a45883034d41f;hpb=2b4229b2e82be6bd48817b0171afb2d69a9e9758;p=clitk.git diff --git a/vv/vvLabelImageLoaderWidget.h b/vv/vvLabelImageLoaderWidget.h index 33b85eb..3447dba 100644 --- a/vv/vvLabelImageLoaderWidget.h +++ b/vv/vvLabelImageLoaderWidget.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef VVLABELIMAGELOADERWIDGET_H #define VVLABELIMAGELOADERWIDGET_H @@ -23,7 +23,12 @@ #include "vvImage.h" // qt +#include +#if QT_VERSION < 0x050000 #include +#else +#include +#endif #include #include "ui_vvLabelImageLoaderWidget.h"