~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to plasma/applets/kickoff/ui/launcher.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 18:18:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106181837-20dc8x9sru3seyup
Tags: 4:4.0.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        ItemDelegate *delegate = new ItemDelegate;
142
142
        view->setItemDelegate(delegate);
143
143
        view->setItemStateProvider(delegate);
144
 
        addView(i18n("Favorites"), KIcon("bookmark"), model, view);
 
144
        addView(i18n("Favorites"), KIcon("bookmarks"), model, view);
145
145
 
146
146
        connect(model, SIGNAL(rowsInserted(QModelIndex, int, int)), q, SLOT(focusFavoritesView()));
147
147