Use KIcon::Place instead of KIcon::FileSystems

pull/2/head
Timothy Pearson 12 years ago
parent 862c62f7da
commit cb0beb763f

@ -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 );

@ -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(

Loading…
Cancel
Save