summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tdefiletreebranch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/tdefiletreebranch.cpp')
-rw-r--r--tdeio/tdefile/tdefiletreebranch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdefiletreebranch.cpp b/tdeio/tdefile/tdefiletreebranch.cpp
index b55c3ffb2..cef65b181 100644
--- a/tdeio/tdefile/tdefiletreebranch.cpp
+++ b/tdeio/tdefile/tdefiletreebranch.cpp
@@ -62,7 +62,7 @@ KFileTreeBranch::KFileTreeBranch( KFileTreeView *parent, const KURL& url,
m_root->setPixmap( 0, pix );
m_root->setText( 0, name );
- setShowingDotFiles( showHidden );
+ setShowingHiddenFiles( showHidden );
connect( this, TQT_SIGNAL( refreshItems(const KFileItemList&)),
this, TQT_SLOT ( slotRefreshItems( const KFileItemList& )));