]> Creatis software - clitk.git/blobdiff - vv/vvToolMIP.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolMIP.h
index 1689880f3436a289792a3c26f367b41e878d0157..e915525cb03814924ad482f8394d6d3d066babcb 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 
 #include <vvImage.h>
 
+#include <QtGlobal>
+#if QT_VERSION >= 0x050000
+#include <QtUiPlugin/QDesignerExportWidget>
+#else
 #include <QtDesigner/QDesignerExportWidget>
+#endif
 #include "vvToolBase.h"
 #include "QWidget"
 #include "vvToolWidgetBase.h"