diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index b23e34136..8c79200fa 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -122,7 +122,7 @@ public slots: * Inform all affected dolphin components that a selection change is * requested. */ - void changeSelection(const KFileItemList& selection); + void changeSelection(const QList<KFileItem>& selection); /** Stores all settings and quits Dolphin. */ void quit(); @@ -138,7 +138,7 @@ signals: * Is sent if the selection of the currently active view has * been changed. */ - void selectionChanged(const KFileItemList& selection); + void selectionChanged(const QList<KFileItem>& selection); /** * Is sent if the url of the currently active view has @@ -404,7 +404,7 @@ private slots: * Updates the state of the 'Edit' menu actions and emits * the signal selectionChanged(). */ - void slotSelectionChanged(const KFileItemList& selection); + void slotSelectionChanged(const QList<KFileItem>& selection); /** Emits the signal requestItemInfo(). */ void slotRequestItemInfo(const KFileItem&); |
