summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kicker/kicker/ui/browser_dlg.cpp2
-rw-r--r--konqueror/keditbookmarks/actionsimpl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/browser_dlg.cpp b/kicker/kicker/ui/browser_dlg.cpp
index 01e72d9ee..6aa246eb6 100644
--- a/kicker/kicker/ui/browser_dlg.cpp
+++ b/kicker/kicker/ui/browser_dlg.cpp
@@ -48,7 +48,7 @@ PanelBrowserDialog::PanelBrowserDialog( const TQString& path, const TQString &ic
iconBtn = new KIconButton( hbox2 );
iconBtn->setFixedSize( 50, 50 );
- iconBtn->setIconType( KIcon::Panel, KIcon::FileSystem );
+ iconBtn->setIconType( KIcon::Panel, KIcon::Place );
label1->setBuddy( iconBtn );
TQHBox *hbox1 = new TQHBox( page );
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(