summaryrefslogtreecommitdiffstats
path: root/krename/fileoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/fileoperation.cpp')
-rw-r--r--krename/fileoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/fileoperation.cpp b/krename/fileoperation.cpp
index 18d2813..813ee46 100644
--- a/krename/fileoperation.cpp
+++ b/krename/fileoperation.cpp
@@ -50,7 +50,7 @@ bool FileOperation::start( const KURL & src, const KURL & dest, int mode, bool o
result = 0;
if( src == dest && !overwrite ) {
- m_error = TQString( i18n( "File %1 exists already!") ).arg( dest.prettyURL() );
+ m_error = i18n( "File %1 exists already!").arg( dest.prettyURL() );
return false;
}