From e4fb61e68602152119668fffdad41edb8d840017 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 8 May 2013 13:09:02 -0500 Subject: [PATCH] Fix errant extra source line in GIT hash b4a23465 (cherry picked from commit d2f1ad161d5a3e5c672980146846936e2474fa2b) --- kio/kio/global.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/kio/kio/global.cpp b/kio/kio/global.cpp index 927f04a88..1b39914ba 100644 --- a/kio/kio/global.cpp +++ b/kio/kio/global.cpp @@ -184,8 +184,6 @@ KIO_EXPORT TQString KIO::encodeFileName( const TQString & _str ) // Fall back to older encoding method... str.replace( i, 1, "%2f"); } - - str.replace( i, 1, TQChar((uint)0x2215)); } return str; }