summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-20 10:27:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-20 10:28:21 -0600
commitcb0beb763f41a02425bd47769f312893087b3e1c (patch)
tree685a9d8f151a9abf476a4632037d20e0177718c6 /konqueror
parent862c62f7da0674edfca2a57e9efe18dc1f9dbfc4 (diff)
downloadtdebase-cb0beb763f41a02425bd47769f312893087b3e1c.tar.gz
tdebase-cb0beb763f41a02425bd47769f312893087b3e1c.zip
Use KIcon::Place instead of KIcon::FileSystems
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/keditbookmarks/actionsimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/keditbookmarks/actionsimpl.cpp b/konqueror/keditbookmarks/actionsimpl.cpp
index 369327715..75f96ed18 100644
--- a/konqueror/keditbookmarks/actionsimpl.cpp
+++ b/konqueror/keditbookmarks/actionsimpl.cpp
@@ -617,7 +617,7 @@ void ActionsImpl::slotChangeIcon() {
KEBApp::self()->bkInfo()->commitChanges();
KBookmark bk = ListView::self()->firstSelected()->bookmark();
KIconDialog dlg(KEBApp::self());
- TQString newIcon = dlg.selectIcon(KIcon::Small, KIcon::FileSystem);
+ TQString newIcon = dlg.selectIcon(KIcon::Small, KIcon::Place);
if (newIcon.isEmpty())
return;
EditCommand *cmd = new EditCommand(