diff options
| author | Peter Penz <[email protected]> | 2007-10-05 22:32:13 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-05 22:32:13 +0000 |
| commit | 77a576335ca8ef6a8921b766c43b07b6eb65e80f (patch) | |
| tree | 87196284c274a8300c15cec9ad6a2308025fdbc3 /src/dolphiniconsview.h | |
| parent | 7a62507d3dea468b3f1709f1c37470eafa766303 (diff) | |
fixed most regressions due to the previous column-view refactoring
svn path=/trunk/KDE/kdebase/apps/; revision=721706
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 5 |
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; |
