From 77a576335ca8ef6a8921b766c43b07b6eb65e80f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 5 Oct 2007 22:32:13 +0000 Subject: fixed most regressions due to the previous column-view refactoring svn path=/trunk/KDE/kdebase/apps/; revision=721706 --- src/dolphiniconsview.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphiniconsview.h') 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 +#include + #include #include @@ -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; -- cgit v1.3.1