summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:47:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 18:47:51 +0900
commitee8fe2c90471205b32e5abbfe46f5f6d295429a9 (patch)
tree27bb8e644081f92b2707fbbb2a84802102f7614c /acinclude.m4
parent405d2a9eaa23e094d1bdee3ca7ad85841c68fc67 (diff)
downloadkipi-plugins-ee8fe2c90471205b32e5abbfe46f5f6d295429a9.tar.gz
kipi-plugins-ee8fe2c90471205b32e5abbfe46f5f6d295429a9.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 2db09a6..d789b14 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1141,7 +1141,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