summaryrefslogtreecommitdiffstats
path: root/kio/misc/kfile/fileprops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/misc/kfile/fileprops.cpp')
-rw-r--r--kio/misc/kfile/fileprops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/misc/kfile/fileprops.cpp b/kio/misc/kfile/fileprops.cpp
index 0d8854eb5..096fc1f03 100644
--- a/kio/misc/kfile/fileprops.cpp
+++ b/kio/misc/kfile/fileprops.cpp
@@ -329,7 +329,7 @@ static void processMetaDataOptions( const TQPtrList<FileProps> propList,
for ( ; (props = it.current()); ++it )
{
TQString file = props->fileName() + " ";
- TQString fileString = line.tqreplace( 3, file.length(), file );
+ TQString fileString = line.replace( 3, file.length(), file );
cout << TQFile::encodeName( fileString ) << endl;
if ( args->isSet( "listsupported" ) )