diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 11:55:39 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 23:20:43 +0900 |
| commit | 073340ed19535fa6df973106e73df03d74af8e94 (patch) | |
| tree | b720233a51899acbd5870fac9dbdfddb5e068ee3 | |
| parent | ca2bb6c73f3b6d8513a8889d972dd52142b91693 (diff) | |
| download | krusader-073340ed19535fa6df973106e73df03d74af8e94.tar.gz krusader-073340ed19535fa6df973106e73df03d74af8e94.zip | |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b2b85383171d178c8ff967feb69b58c8ec475aa)
| -rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b1ce8f4..85b9621 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1133,14 +1133,14 @@ cat >> conftest.$ac_ext <<EOF EOF if test $kde_qtsubver -gt 0; then cat >> conftest.$ac_ext <<EOF - QString s; + TQString s; s.setLatin1("Elvis is alive", 14); EOF fi fi if test "$kde_qtver" = "3"; then cat >> conftest.$ac_ext <<EOF - (void)QStyleFactory::create(QString::null); + (void)QStyleFactory::create(TQString::null); QCursor c(Qt::WhatsThisCursor); EOF fi @@ -4663,7 +4663,7 @@ AC_TRY_RUN(dnl #include <qimageio.h> #include <qstring.h> int main() { - QString t = "hallo"; + TQString t = "hallo"; t.fill('t'); qInitImageIO(); } |
