diff options
Diffstat (limited to 'khtml/rendering/bidi.cpp')
-rw-r--r-- | khtml/rendering/bidi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/bidi.cpp b/khtml/rendering/bidi.cpp index bd010047a..2dcfe48c9 100644 --- a/khtml/rendering/bidi.cpp +++ b/khtml/rendering/bidi.cpp @@ -548,7 +548,7 @@ static void appendRun( BidiState &bidi ) static void embed( TQChar::Direction d, BidiState &bidi ) { #if BIDI_DEBUG > 1 - qDebug("*** embed dir=%d emptyrun=%d", d, emptyRun ); + tqDebug("*** embed dir=%d emptyrun=%d", d, emptyRun ); #endif bool b = adjustEmbedding ; adjustEmbedding = false; |