From 3822225bbbd071c64b743c2814407b37a3213fcb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:34 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- kstart/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kstart/Makefile.am') 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) -- cgit v1.2.1