diff options
Diffstat (limited to 'konqueror')
-rw-r--r-- | konqueror/keditbookmarks/actionsimpl.cpp | 2 |
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( |