From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- khtml/css/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khtml/css/parser.cpp') diff --git a/khtml/css/parser.cpp b/khtml/css/parser.cpp index c0e6f5869..8b2e008d8 100644 --- a/khtml/css/parser.cpp +++ b/khtml/css/parser.cpp @@ -298,7 +298,7 @@ typedef union YYSTYPE { static inline int cssyyerror(const char *x ) { #ifdef CSS_DEBUG - qDebug( "%s", x ); + tqDebug( "%s", x ); #else Q_UNUSED( x ); #endif -- cgit v1.2.1