$NetBSD: patch-aa,v 1.1 2004/02/05 02:25:36 markd Exp $

--- quanta/parts/kfilereplace/kexpression.cpp.orig	2003-10-27 00:00:36.000000000 +1300
+++ quanta/parts/kfilereplace/kexpression.cpp
@@ -58,7 +58,7 @@ bool KExpression::doesStringMatch(const 
       bCharMatches = (szString[0] == szText[0]);
     }
   else // case insensitive
-    {        bCharMatches = (::tolower(szString[0]) == ::tolower(szText[0]));
+    {        bCharMatches = (tolower(szString[0]) == tolower(szText[0]));
     }
 
   // CASE 3: IGNORE WHITESPACES (\t, \n, \r, double-spaces) OPTIONS IS ACTIVATED, AND THERE IS ONE HERE
