From 78d1167c38be4318114aa8ae4b7d433c12f86b77 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 23 Jan 2007 21:44:52 +0000 Subject: Get rid of some KDE 3 relicts. svn path=/trunk/playground/utils/dolphin/; revision=626610 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') 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(actionCollection()->action("show_filter_bar")); const bool show = showFilterBarAction->isChecked(); - m_activeView->slotShowFilterBar(show); + m_activeView->showFilterBar(show); } void DolphinMainWindow::zoomIn() -- cgit v1.3