From d83a4ce51dc3d5c5b6a61059c1ebe0c0b20f722e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 5 Nov 2010 17:12:35 +0000 Subject: Rename the setter showFilterBar() to setFilterBarVisible(). svn path=/trunk/KDE/kdebase/apps/; revision=1193348 --- src/dolphinviewcontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 417aa27c9..6abeab4b0 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -110,9 +110,9 @@ public slots: void setUrl(const KUrl& url); /** - * Popups the filter bar above the status bar if \a show is true. + * Popups the filter bar above the status bar if \a visible is true. */ - void showFilterBar(bool show); + void setFilterBarVisible(bool visible); signals: /** -- cgit v1.3