diff options
Diffstat (limited to 'kio/misc/kfile/fileprops.cpp')
-rw-r--r-- | kio/misc/kfile/fileprops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/misc/kfile/fileprops.cpp b/kio/misc/kfile/fileprops.cpp index 096fc1f03..0d8854eb5 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.replace( 3, file.length(), file ); + TQString fileString = line.tqreplace( 3, file.length(), file ); cout << TQFile::encodeName( fileString ) << endl; if ( args->isSet( "listsupported" ) ) |