diff options
Diffstat (limited to 'kicker/kicker/interfaces/kickoff-search-plugin.h')
-rw-r--r-- | kicker/kicker/interfaces/kickoff-search-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/interfaces/kickoff-search-plugin.h b/kicker/kicker/interfaces/kickoff-search-plugin.h index e91d079e7..497ed0e2b 100644 --- a/kicker/kicker/interfaces/kickoff-search-plugin.h +++ b/kicker/kicker/interfaces/kickoff-search-plugin.h @@ -82,7 +82,7 @@ public: TQString quotedPath () const { - return uri.path ().replace ('"', "\\\""); + return uri.path ().tqreplace ('"', "\\\""); } }; |