diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:34 +0900 |
commit | 3822225bbbd071c64b743c2814407b37a3213fcb (patch) | |
tree | 4462ad6011d8fc1c2cbd37942241bcad7cbfb932 /kstart | |
parent | 51537b9d77a793a0e0982ef32e902daefda1e53e (diff) | |
download | tdebase-3822225bbbd071c64b743c2814407b37a3213fcb.tar.gz tdebase-3822225bbbd071c64b743c2814407b37a3213fcb.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstart')
-rw-r--r-- | kstart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstart/Makefile.am b/kstart/Makefile.am index b852d28bb..c182fb28c 100644 --- a/kstart/Makefile.am +++ b/kstart/Makefile.am @@ -1,6 +1,6 @@ ####### Fiddle here -AM_CPPFLAGS = -DQT_NO_CAST_ASCII -DTQT_NO_COMPAT +AM_CPPFLAGS = -DTQT_NO_CAST_ASCII -DTQT_NO_COMPAT INCLUDES = $(all_includes) |