From d1d0df8fb6a3461d37455f87445d9bcef62a0f93 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 12 Mar 2013 15:35:37 +0100 Subject: Make qaccessible2.h internal. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should have been done right from the start, instead we only made the documentation internal. Also remove the classes from the BIC data. Change-Id: I238a7a7cc5d26980b23931c78e7e5a4477d46920 Reviewed-by: Oswald Buddenhagen Reviewed-by: Jan Arve Sæther --- tests/auto/other/qaccessibility/qaccessibility.pro | 2 +- tests/auto/other/qaccessibility/tst_qaccessibility.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/auto/other') diff --git a/tests/auto/other/qaccessibility/qaccessibility.pro b/tests/auto/other/qaccessibility/qaccessibility.pro index 54a076b8fa..071b0bb66c 100644 --- a/tests/auto/other/qaccessibility/qaccessibility.pro +++ b/tests/auto/other/qaccessibility/qaccessibility.pro @@ -1,7 +1,7 @@ CONFIG += testcase TARGET = tst_qaccessibility requires(contains(QT_CONFIG,accessibility)) -QT += widgets testlib gui-private +QT += testlib gui-private widgets-private SOURCES += tst_qaccessibility.cpp unix:!mac:LIBS+=-lm diff --git a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp index 202843f5a8..ab5b36cf69 100644 --- a/tests/auto/other/qaccessibility/tst_qaccessibility.cpp +++ b/tests/auto/other/qaccessibility/tst_qaccessibility.cpp @@ -58,7 +58,9 @@ #endif #include #include +#include #include +#include #include #include -- cgit v1.2.3