┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-05-29 19:31:46 +0000
committerPeter Penz <[email protected]>2010-05-29 19:31:46 +0000
commit2b0a0fb6d44f2a4343e9301ef4ece32ac4bdb75b (patch)
treebb98c5a3415e2263045edb41b89cf2ef44a8ccc4 /src/dolphincolumnviewcontainer.h
parentabf29a89efc569db4e51d582eec95d7740db36ad (diff)
Fix keyboard navigation issues in the column view
BUG: 236039 svn path=/trunk/KDE/kdebase/apps/; revision=1132120
Diffstat (limited to 'src/dolphincolumnviewcontainer.h')
-rw-r--r--src/dolphincolumnviewcontainer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphincolumnviewcontainer.h b/src/dolphincolumnviewcontainer.h
index 41a1d167a..c67fb3cff 100644
--- a/src/dolphincolumnviewcontainer.h
+++ b/src/dolphincolumnviewcontainer.h
@@ -97,14 +97,6 @@ private slots:
void updateActiveUrl();
private:
- /**
- * Deactivates the currently active column and activates
- * the new column indicated by \a index. m_index represents
- * the active column afterwards. Also the URL of the navigator
- * will be adjusted to reflect the column URL.
- */
- void setActiveColumnIndex(int index);
-
void layoutColumns();
void updateScrollBar();