From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- libksieve/impl/lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libksieve/impl/lexer.h') diff --git a/libksieve/impl/lexer.h b/libksieve/impl/lexer.h index 1620f29dc..f25abdd5a 100644 --- a/libksieve/impl/lexer.h +++ b/libksieve/impl/lexer.h @@ -134,7 +134,7 @@ namespace KSieve { const char * beginOfLine() const { return mState.beginOfLine; } int _strnicmp( const char * left, const char * right, size_t len ) const { - return charsLeft() >= len ? qstrnicmp( left, right, len ) : 1 ; + return charsLeft() >= len ? tqstrnicmp( left, right, len ) : 1 ; } void clearErrors() { mState.error = Error(); } -- cgit v1.2.1