From 1987e947128f9fed98dad44a4f336db8081311de Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:05:46 -0500 Subject: Branding cleanup: KDE -> TDE --- kioslave/trash/trashimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave') diff --git a/kioslave/trash/trashimpl.cpp b/kioslave/trash/trashimpl.cpp index 696d6d305..081cc9ef0 100644 --- a/kioslave/trash/trashimpl.cpp +++ b/kioslave/trash/trashimpl.cpp @@ -88,7 +88,7 @@ int TrashImpl::testDir( const TQString &_name ) const bool ok = ::mkdir( path, S_IRWXU ) == 0; if ( !ok && errno == EEXIST ) { #if 0 // this would require to use SlaveBase's method to ask the question - //int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but KDE needs it to be a directory. Move it to %2.orig and create directory?").arg(name).arg(name) ); + //int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but TDE needs it to be a directory. Move it to %2.orig and create directory?").arg(name).arg(name) ); //if ( ret == KMessageBox::Yes ) { #endif if ( ::rename( path, path + ".orig" ) == 0 ) { -- cgit v1.2.3