56c49c3
diff -up qt-x11-opensource-src-4.5.0/src/corelib/tools/qstring.cpp.gcc_hack qt-x11-opensource-src-4.5.0/src/corelib/tools/qstring.cpp
56c49c3
--- qt-x11-opensource-src-4.5.0/src/corelib/tools/qstring.cpp.gcc_hack	2009-02-25 15:09:22.000000000 -0600
56c49c3
+++ qt-x11-opensource-src-4.5.0/src/corelib/tools/qstring.cpp	2009-03-27 11:56:51.000000000 -0500
56c49c3
@@ -102,8 +102,8 @@ static QHash<void *, QByteArray> *asciiC
56c49c3
 // internal
56c49c3
 int qFindString(const QChar *haystack, int haystackLen, int from,
56c49c3
     const QChar *needle, int needleLen, Qt::CaseSensitivity cs);
56c49c3
-int qFindStringBoyerMoore(const QChar *haystack, int haystackLen, int from,
56c49c3
-    const QChar *needle, int needleLen, Qt::CaseSensitivity cs);
56c49c3
+//int qFindStringBoyerMoore(const QChar *haystack, int haystackLen, int from,
56c49c3
+//    const QChar *needle, int needleLen, Qt::CaseSensitivity cs);
56c49c3
 
56c49c3
 
56c49c3
 // Unicode case-insensitive comparison