From 623c19e042cd19c147bc27f50b62c22b4986e6b6 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 27 Mar 2007 19:38:32 +0000 Subject: Added setters in urlnavigator to remove dependency on dolphinsettings. Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed. svn path=/trunk/KDE/kdebase/apps/; revision=647244 --- src/bookmarkssidebarpage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bookmarkssidebarpage.cpp') diff --git a/src/bookmarkssidebarpage.cpp b/src/bookmarkssidebarpage.cpp index b68fd58e5..bf7711aaf 100644 --- a/src/bookmarkssidebarpage.cpp +++ b/src/bookmarkssidebarpage.cpp @@ -110,15 +110,15 @@ void BookmarksSidebarPage::slotContextMenuRequested(Q3ListBoxItem* item, KMenu* popup = new KMenu(); if (item == 0) { - QAction *action = popup->addAction(SmallIcon("document-new"), i18n("Add Bookmark...")); + QAction *action = popup->addAction(KIcon("document-new"), i18n("Add Bookmark...")); action->setData(addID); } else { - QAction *action = popup->addAction(SmallIcon("document-new"), i18n("Insert Bookmark...")); + QAction *action = popup->addAction(KIcon("document-new"), i18n("Insert Bookmark...")); action->setData(insertID); - action = popup->addAction(SmallIcon("edit"), i18n("Edit...")); + action = popup->addAction(KIcon("edit"), i18n("Edit...")); action->setData(editID); - action = popup->addAction(SmallIcon("edit-delete"), i18n("Delete")); + action = popup->addAction(KIcon("edit-delete"), i18n("Delete")); action->setData(deleteID); } -- cgit v1.3