From cb0beb763f41a02425bd47769f312893087b3e1c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 20 Nov 2012 10:27:32 -0600 Subject: Use KIcon::Place instead of KIcon::FileSystems --- kicker/kicker/ui/browser_dlg.cpp | 2 +- konqueror/keditbookmarks/actionsimpl.cpp | 2 +- 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( -- cgit v1.2.3