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/dolphincontextmenu.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/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index e6bfb9c28..f551bfcb3 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -128,7 +128,7 @@ private: DolphinMainWindow* m_mainWindow; KFileItem m_fileInfo; KUrl m_baseUrl; - QList<KFileItem> m_selectedItems; + KFileItemList m_selectedItems; KUrl::List m_selectedUrls; int m_context; }; |
