summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:49:22 +0900
committerMichele Calgaro <[email protected]>2023-09-27 12:06:24 +0900
commitda31f73e38a589bba0f8380de1878cbc550ce7bb (patch)
tree6ae2f7213906f24258c862f3df03feb6e76d5090
parent5bcde7d6ff1daef6e85606cdf07bbe968316dad8 (diff)
downloadkrecipes-da31f73e38a589bba0f8380de1878cbc550ce7bb.tar.gz
krecipes-da31f73e38a589bba0f8380de1878cbc550ce7bb.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 65a11e6712ff2e2072594e98776662f49c474f7a)
-rw-r--r--acinclude.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 53297af..4dd6d40 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
@@ -4661,7 +4661,7 @@ AC_TRY_RUN(dnl
#include <qimageio.h>
#include <ntqstring.h>
int main() {
- QString t = "hallo";
+ TQString t = "hallo";
t.fill('t');
qInitImageIO();
}