From 6658576e27c5fb66f4732a216be5b4f3771c6f36 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:08 +0900 Subject: qt -> tqt conversion: QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro --- scripts/fixkdeincludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fixkdeincludes b/scripts/fixkdeincludes index 4d4b7d56..c66d915d 100644 --- a/scripts/fixkdeincludes +++ b/scripts/fixkdeincludes @@ -736,7 +736,7 @@ foreach $dir(@dirlist) { # check if this directory wants not to be fixed if(open(M, "$dir/Makefile.am")) { - my @mcontents = grep /(\-UQT_NO_COMPAT|\-UKDE_NO_COMPAT)/, ; + my @mcontents = grep /(\-UTQT_NO_COMPAT|\-UKDE_NO_COMPAT)/, ; close(M); if ( @mcontents ) { print "Skipping directory: $dir\n"; -- cgit v1.2.1