From b449791c3565940e701c68b3f705014804af0c2b Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 24 Jul 2013 17:20:15 +0200 Subject: Make Accessibility public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no point in having QAccessible2, so merge it with the normal QAccessible. The header will be removed in a subsequent commit as it is still needed by declarative at this point in time. Change-Id: I1fc47d484d482f25387eba827bc5a373536b7a8b Reviewed-by: Jan Arve Sæther --- src/plugins/accessible/widgets/rangecontrols.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/accessible/widgets/rangecontrols.h') diff --git a/src/plugins/accessible/widgets/rangecontrols.h b/src/plugins/accessible/widgets/rangecontrols.h index a5bc11e1c8..3a5c848631 100644 --- a/src/plugins/accessible/widgets/rangecontrols.h +++ b/src/plugins/accessible/widgets/rangecontrols.h @@ -42,8 +42,7 @@ #ifndef RANGECONTROLS_H #define RANGECONTROLS_H -#include -#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3