buttonPopup->addAction(KIcon("edit-rename"),i18n("Set Name..."),this,SLOT(slotSetName()));// Item to open a dialog to change the name of the sidebar item (by Pupeno)
buttonPopup->addAction(QIcon::fromTheme("edit-rename"),i18n("Set Name..."),this,SLOT(slotSetName()));// Item to open a dialog to change the name of the sidebar item (by Pupeno)