summaryrefslogtreecommitdiffstats
path: root/khtml/css/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/css/parser.cpp')
-rw-r--r--khtml/css/parser.cpp2
1 files changed, 1 insertions, 1 deletions
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