X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMIP.h;h=e915525cb03814924ad482f8394d6d3d066babcb;hb=82b7d4913d5fbd074f7ab4cc641513546d9f39a4;hp=1689880f3436a289792a3c26f367b41e878d0157;hpb=b7fc1156967b4af59750b0f2023e4ec7781b723b;p=clitk.git diff --git a/vv/vvToolMIP.h b/vv/vvToolMIP.h index 1689880..e915525 100644 --- a/vv/vvToolMIP.h +++ b/vv/vvToolMIP.h @@ -1,3 +1,20 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.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 + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +===========================================================================*/ /*========================================================================= Program: vv @@ -8,7 +25,7 @@ Version: $Revision: 1.1 $ Author : Joel Schaerer (joel.schaerer@gmail.com) Copyright (C) 2010 -Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr +Léon Bérard cancer center http://www.centreleonberard.fr CREATIS http://www.creatis.insa-lyon.fr This program is free software: you can redistribute it and/or modify @@ -30,7 +47,12 @@ along with this program. If not, see . #include +#include +#if QT_VERSION >= 0x050000 +#include +#else #include +#endif #include "vvToolBase.h" #include "QWidget" #include "vvToolWidgetBase.h"