~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/plasma/applets/folderview/folderview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-07-31 17:52:40 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20090731175240-vlmkqfc53k597soz
Tags: 4:4.3.0-0ubuntu1
* New upstream release
* Remove kubuntu_17_startup_notification.diff, applied upstream
* Add kubuntu_17_abort_string.diff, Closes LP: #389751

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
    void updateListViewState();
162
162
    void updateIconViewState();
163
163
    void saveIconPositions() const;
164
 
    KUrl::List selectedUrls() const;
 
164
    KUrl::List selectedUrls(bool forTrash) const;
165
165
    void showContextMenu(QWidget *widget, const QPoint &pos, const QModelIndexList &indexes);
166
166
    void timerEvent(QTimerEvent *event);
167
167