summaryrefslogtreecommitdiffstats
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
parent862c62f7da0674edfca2a57e9efe18dc1f9dbfc4 (diff)
downloadtdebase-cb0beb763f41a02425bd47769f312893087b3e1c.tar.gz
tdebase-cb0beb763f41a02425bd47769f312893087b3e1c.zip
Use KIcon::Place instead of KIcon::FileSystems
-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(