diff options
author | Michele Calgaro <[email protected]> | 2023-11-04 23:09:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-05 20:45:54 +0900 |
commit | 60c15de32797a97886c8644dcd234ab8cd9145d7 (patch) | |
tree | 09cbf07b8b3c8a2ab18e0e05a5887f91636ed041 | |
parent | 492fd77479a217154e85989cb66f30a5eec1ff77 (diff) | |
download | krecipes-60c15de32797a97886c8644dcd234ab8cd9145d7.tar.gz krecipes-60c15de32797a97886c8644dcd234ab8cd9145d7.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e69a561ceff1e3fa133465e4673427066990ae0b)
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 4dd6d40..7e75fe1 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 |