┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h2
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;
};