┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index a95163f3a..5838a98dd 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -22,6 +22,8 @@
#include <kcategorizedview.h>
+#include <kfileitem.h>
+
#include <QSize>
#include <QStyleOption>
@@ -59,6 +61,7 @@ protected:
virtual void keyPressEvent(QKeyEvent* event);
private slots:
+ void triggerItem(const QModelIndex& index);
void slotEntered(const QModelIndex& index);
void slotShowPreviewChanged(bool show);
void slotAdditionalInfoCountChanged(int count);
@@ -81,6 +84,8 @@ private:
*/
void updateGridSize(bool showPreview, int additionalInfoCount);
+ KFileItem itemForIndex(const QModelIndex& index) const;
+
private:
DolphinController* m_controller;
DolphinCategoryDrawer* m_categoryDrawer;