summaryrefslogtreecommitdiffstats
path: root/khtml/html/htmltokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/html/htmltokenizer.h')
-rw-r--r--khtml/html/htmltokenizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/html/htmltokenizer.h b/khtml/html/htmltokenizer.h
index 8e36353b0..10ef76176 100644
--- a/khtml/html/htmltokenizer.h
+++ b/khtml/html/htmltokenizer.h
@@ -66,7 +66,7 @@ namespace khtml {
attrs = 0;
text = 0;
flat = false;
- //qDebug("new token, creating %08lx", attrs);
+ //tqDebug("new token, creating %08lx", attrs);
}
~Token() {
if(attrs) attrs->deref();