diff options
author | Michele Calgaro <[email protected]> | 2023-11-04 22:55:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-05 20:54:28 +0900 |
commit | 56a89d7bba88bb6ba5d1851a7cc7816fb3fb21d0 (patch) | |
tree | de2f4e71d285cda68e02ee2550abe7411b21e678 /acinclude.m4 | |
parent | 7d370fbcf338c2619833b91701227dcbf773dc4e (diff) | |
download | digikam-56a89d7bba88bb6ba5d1851a7cc7816fb3fb21d0.tar.gz digikam-56a89d7bba88bb6ba5d1851a7cc7816fb3fb21d0.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1300f2c049587c70b6d619580608d2ec59e120ed)
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2db09a62..d789b14c 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 |