summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/browser')
-rw-r--r--kftpgrabber/src/widgets/browser/actions.cpp2
-rw-r--r--kftpgrabber/src/widgets/browser/propsplugin.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/widgets/browser/actions.cpp b/kftpgrabber/src/widgets/browser/actions.cpp
index c2eeaea..11fb08c 100644
--- a/kftpgrabber/src/widgets/browser/actions.cpp
+++ b/kftpgrabber/src/widgets/browser/actions.cpp
@@ -749,7 +749,7 @@ void Actions::slotCompare()
PopupMessage *popup = new PopupMessage(m_view->getStatusLabel(), m_view);
popup->setText(i18n("Identical files on both sides have been hidden. Only <b>different files</b> are now visible."));
- popup->setImage(SmallIcon("info"));
+ popup->setImage(SmallIcon("application-vnd.tde.info"));
popup->setShowCloseButton(false);
popup->setShowCounter(false);
diff --git a/kftpgrabber/src/widgets/browser/propsplugin.cpp b/kftpgrabber/src/widgets/browser/propsplugin.cpp
index 6a6ed1f..cb22ede 100644
--- a/kftpgrabber/src/widgets/browser/propsplugin.cpp
+++ b/kftpgrabber/src/widgets/browser/propsplugin.cpp
@@ -115,7 +115,7 @@ PropsPlugin::PropsPlugin(KPropertiesDialog *props, KFileItemList items)
fileSize += (*i)->size();
}
- iconText = "tdemultiple";
+ iconText = "application-vnd.tde.tdemultiple";
nameText = TDEIO::itemsSummaryString(countFiles + countFolders, countFiles, countFolders, 0, false);
}