diff options
| author | Peter Penz <[email protected]> | 2007-10-02 19:03:03 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-02 19:03:03 +0000 |
| commit | ba150e5735bd336752f713df1e9f66b7ed90e6ae (patch) | |
| tree | ba9a0cd18fd9b78e810af113f21b8061756f23a8 /src/dolphinmainwindow.h | |
| parent | 4a2416e4bd9b646772d0c1da52a7e57a4cf8ec04 (diff) | |
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=720234
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 8970b89cb..806399b6d 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 QList<KFileItem>& selection); + void changeSelection(const KFileItemList& 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 QList<KFileItem>& selection); + void selectionChanged(const KFileItemList& 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 QList<KFileItem>& selection); + void slotSelectionChanged(const KFileItemList& selection); /** Emits the signal requestItemInfo(). */ void slotRequestItemInfo(const KFileItem&); |
