summaryrefslogtreecommitdiffstats
path: root/khtml/css/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/css/parser.y')
-rw-r--r--khtml/css/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/css/parser.y b/khtml/css/parser.y
index 50e558db9..33e6fd730 100644
--- a/khtml/css/parser.y
+++ b/khtml/css/parser.y
@@ -110,7 +110,7 @@ static inline int getValueID(const char *tagStr, int len)
static inline int cssyyerror(const char *x )
{
#ifdef CSS_DEBUG
- qDebug( "%s", x );
+ tqDebug( "%s", x );
#else
Q_UNUSED( x );
#endif