diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:14:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:14:55 -0600 |
commit | de9b6c9ad15f9f51812daae17cce635d1050a9ba (patch) | |
tree | 6b26400ab1a616925443c5d365246eb86c9bad57 /konqueror/keditbookmarks/actionsimpl.cpp | |
parent | 4f841fbbbc5d3399535ade061699cc76363c7a3f (diff) | |
download | tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.tar.gz tdebase-de9b6c9ad15f9f51812daae17cce635d1050a9ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'konqueror/keditbookmarks/actionsimpl.cpp')
-rw-r--r-- | konqueror/keditbookmarks/actionsimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/keditbookmarks/actionsimpl.cpp b/konqueror/keditbookmarks/actionsimpl.cpp index dc7670813..ff83c2d28 100644 --- a/konqueror/keditbookmarks/actionsimpl.cpp +++ b/konqueror/keditbookmarks/actionsimpl.cpp @@ -616,8 +616,8 @@ void ActionsImpl::slotHideInToolbar() { void ActionsImpl::slotChangeIcon() { KEBApp::self()->bkInfo()->commitChanges(); KBookmark bk = ListView::self()->firstSelected()->bookmark(); - KIconDialog dlg(KEBApp::self()); - TQString newIcon = dlg.selectIcon(KIcon::Small, KIcon::Place); + TDEIconDialog dlg(KEBApp::self()); + TQString newIcon = dlg.selectIcon(TDEIcon::Small, TDEIcon::Place); if (newIcon.isEmpty()) return; EditCommand *cmd = new EditCommand( |