summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:07:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:07:43 +0900
commit84c57055d607cbb05adfacb46b1d8a21685c098a (patch)
tree7ff51090f114461a30178e012e7a9bac925e011f /aclocal.m4
parentf25d0eec8a3966312528f6fc84dabda64749691d (diff)
downloadktorrent-84c57055d607cbb05adfacb46b1d8a21685c098a.tar.gz
ktorrent-84c57055d607cbb05adfacb46b1d8a21685c098a.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index ef3f5bb..2f84d6f 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1153,7 +1153,7 @@ fi
if test "$kde_qtver" = "3"; then
cat >> conftest.$ac_ext <<EOF
(void)QStyleFactory::create(TQString::null);
- QCursor c(Qt::WhatsThisCursor);
+ QCursor c(TQt::WhatsThisCursor);
EOF
fi
cat >> conftest.$ac_ext <<EOF