diff options
author | Michele Calgaro <[email protected]> | 2023-11-04 22:55:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-05 11:47:46 +0900 |
commit | 1300f2c049587c70b6d619580608d2ec59e120ed (patch) | |
tree | 8172d24dd7d05a923ac09dddf5f9958f2d80122a /acinclude.m4 | |
parent | c73bd5a0bb0237cd480753fb7f6f7e6e754727c5 (diff) | |
download | digikam-1300f2c049587c70b6d619580608d2ec59e120ed.tar.gz digikam-1300f2c049587c70b6d619580608d2ec59e120ed.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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 |