X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLinkPanel.cxx;h=b57aefdede60755e881c2b58a8711b4287d10156;hb=916b360a5059598577cb44f87381ccb1f0514476;hp=511248e4b5a5301364d8f35990fc9abea0fe22a3;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvLinkPanel.cxx b/vv/vvLinkPanel.cxx index 511248e..b57aefd 100644 --- a/vv/vvLinkPanel.cxx +++ b/vv/vvLinkPanel.cxx @@ -152,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"));