diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:05:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 22:05:46 -0500 |
commit | 1987e947128f9fed98dad44a4f336db8081311de (patch) | |
tree | f1216e09b912e791912cec2b8677d44bee41cf79 /kioslave | |
parent | 4c17a41f90e65ef6860a23613c760956066f50c1 (diff) | |
download | tdebase-1987e947128f9fed98dad44a4f336db8081311de.tar.gz tdebase-1987e947128f9fed98dad44a4f336db8081311de.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/trash/trashimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |