From 6dec101d43dcbd4195c47d54bd388db1a8d7230e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jun 2012 17:28:28 -0500 Subject: Automated update from Qt3 --- src/codecs/qrtlcodec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/codecs/qrtlcodec.cpp') diff --git a/src/codecs/qrtlcodec.cpp b/src/codecs/qrtlcodec.cpp index 42917b286..bf2a94be6 100644 --- a/src/codecs/qrtlcodec.cpp +++ b/src/codecs/qrtlcodec.cpp @@ -426,13 +426,13 @@ static TQString visualOrder(TQString logical, TQChar::Direction basicDir) TQTextEngine e(logical, 0); e.direction = basicDir; e.itemize(); - Q_UINT8 l[256]; - Q_UINT8 *levels = l; + TQ_UINT8 l[256]; + TQ_UINT8 *levels = l; int vo[256]; int *visualOrder = vo; int nitems = e.items.size(); if (nitems > 255) { - levels = new Q_UINT8[nitems]; + levels = new TQ_UINT8[nitems]; visualOrder = new int[nitems]; } int i; -- cgit v1.2.1