diff options
Diffstat (limited to 'src/selectionmanager.h')
| -rw-r--r-- | src/selectionmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selectionmanager.h b/src/selectionmanager.h index 04e6e29c1..c263da3ea 100644 --- a/src/selectionmanager.h +++ b/src/selectionmanager.h @@ -62,8 +62,8 @@ private slots: void slotRowsRemoved(const QModelIndex& parent, int start, int end); private: - KFileItem itemForIndex(const QModelIndex& index) const; - const QModelIndex indexForItem(const KFileItem& item) const; + KUrl urlForIndex(const QModelIndex& index) const; + const QModelIndex indexForUrl(const KUrl& url) const; private: QAbstractItemView* m_view; |
