]> Creatis software - clitk.git/blobdiff - vv/vvLinkPanel.cxx
Adapted manual rigid registration: less functions in vvImage, more on vvToolRigidRed...
[clitk.git] / vv / vvLinkPanel.cxx
index 6e78595cd3770346af865ab8c2f05b89f9b0e35d..b57aefdede60755e881c2b58a8711b4287d10156 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://oncora1.lyon.fnclcc.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
+======================================================================-====*/
 #ifndef _vvLinkPanel_CXX
 #define _vvLinkPanel_CXX
 #include "vvLinkPanel.h"
@@ -135,7 +152,7 @@ void vvLinkPanel::addLink()
         QTreePushButton* cButton = new QTreePushButton;
         cButton->setIndex(linkTableWidget->rowCount());
         cButton->setColumn(0);
-        cButton->setIcon(QIcon(QString::fromUtf8(":/new/prefix1/icons/exit.png")));
+        cButton->setIcon(QIcon(QString::fromUtf8(":/common/icons/exit.png")));
         connect(cButton,SIGNAL(clickedInto(int, int)),
                 this,SLOT(removeLink(int, int)));
         cButton->setToolTip(tr("remove link"));