diff options
Diffstat (limited to 'khtml/html/htmltokenizer.h')
-rw-r--r-- | khtml/html/htmltokenizer.h | 2 |
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(); |