diff options
| author | Peter Penz <[email protected]> | 2007-01-23 21:44:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-23 21:44:52 +0000 |
| commit | 78d1167c38be4318114aa8ae4b7d433c12f86b77 (patch) | |
| tree | f534eb89887f44a13695908c500d3b16dfcae23a /src/dolphinmainwindow.cpp | |
| parent | 50676d8d255ed52d91885e5dd23e60474777cfd5 (diff) | |
Get rid of some KDE 3 relicts.
svn path=/trunk/playground/utils/dolphin/; revision=626610
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index de81af06d..223d7f1c7 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -860,7 +860,7 @@ void DolphinMainWindow::showFilterBar() const KToggleAction* showFilterBarAction = static_cast<KToggleAction*>(actionCollection()->action("show_filter_bar")); const bool show = showFilterBarAction->isChecked(); - m_activeView->slotShowFilterBar(show); + m_activeView->showFilterBar(show); } void DolphinMainWindow::zoomIn() |
