From bcf6333c6f6266e2f26efd1a3c4fe38c574161c8 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 9 Jul 2012 09:56:59 +0200 Subject: [PATCH] Update the moc no-keywords test for the signals replacement. Change-Id: I5c544e71615b00ff8fd337579fcd185e4b8e24af Reviewed-by: Olivier Goffart --- tests/auto/tools/moc/no-keywords.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/tools/moc/no-keywords.h b/tests/auto/tools/moc/no-keywords.h index 3f3b06d..3bd85cc 100644 --- a/tests/auto/tools/moc/no-keywords.h +++ b/tests/auto/tools/moc/no-keywords.h @@ -80,7 +80,7 @@ private: double slots; }; -#define signals protected +#define signals public #define slots #define emit #undef QT_NO_KEYWORDS -- 2.7.4