summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:48:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-28 12:53:42 +0900
commit1ff3e4d87b48ffc0b0f9d894ca3a4821f53cdeec (patch)
tree5b46a10a765b9e220e7b2d8a9f58952d4d23f28d /aclocal.m4
parentee1c4683a05f7557375c3bab694a0a2e144d83fb (diff)
downloadktorrent-1ff3e4d87b48ffc0b0f9d894ca3a4821f53cdeec.tar.gz
ktorrent-1ff3e4d87b48ffc0b0f9d894ca3a4821f53cdeec.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fd7a4086a1171a02553077f919d373048aa62327)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 6910dd1..ef3f5bb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1145,14 +1145,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
@@ -4702,7 +4702,7 @@ AC_TRY_RUN(dnl
#include <qimageio.h>
#include <qstring.h>
int main() {
- QString t = "hallo";
+ TQString t = "hallo";
t.fill('t');
qInitImageIO();
}