From 683d21230313ff10e58f25bb90f334a1f2f6c1c3 Mon Sep 17 00:00:00 2001 From: Vincent Reher Date: Mon, 2 Oct 2023 11:00:52 -0700 Subject: Miscellaneous changes from "dotfile" terminology to "hidden file" terminology. Signed-off-by: Vincent Reher --- tdeio/tdefile/tdediroperator.cpp | 4 ++-- tdeio/tdefile/tdefiletreebranch.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeio/tdefile') diff --git a/tdeio/tdefile/tdediroperator.cpp b/tdeio/tdefile/tdediroperator.cpp index f803cf1b7..06b873e77 100644 --- a/tdeio/tdefile/tdediroperator.cpp +++ b/tdeio/tdefile/tdediroperator.cpp @@ -301,7 +301,7 @@ void KDirOperator::slotSimpleView() void KDirOperator::slotToggleHidden( bool show ) { - dir->setShowingDotFiles( show ); + dir->setShowingHiddenFiles( show ); updateDir(); if ( m_fileView ) m_fileView->listingCompleted(); @@ -1486,7 +1486,7 @@ void KDirOperator::readConfig( TDEConfig *kc, const TQString& group ) if ( kc->readBoolEntry( TQString::fromLatin1("Show hidden files"), DefaultShowHidden ) ) { showHiddenAction->setChecked( true ); - dir->setShowingDotFiles( true ); + dir->setShowingHiddenFiles( true ); } if ( kc->readBoolEntry( TQString::fromLatin1("Sort reversed"), DefaultSortReversed ) ) 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& ))); -- cgit v1.2.1