┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-05 17:12:35 +0000
committerPeter Penz <[email protected]>2010-11-05 17:12:35 +0000
commitd83a4ce51dc3d5c5b6a61059c1ebe0c0b20f722e (patch)
tree670732d9ab3cf71351b4f35b0d0bdd10f3f737b4 /src/dolphinviewcontainer.h
parent55a1c26c24f6457cb73b060c70292ede7990341b (diff)
Rename the setter showFilterBar() to setFilterBarVisible().
svn path=/trunk/KDE/kdebase/apps/; revision=1193348
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h4
1 files changed, 2 insertions, 2 deletions
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:
/**