summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessibleobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/accessible/qaccessibleobject.h')
-rw-r--r--src/gui/accessible/qaccessibleobject.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/accessible/qaccessibleobject.h b/src/gui/accessible/qaccessibleobject.h
index 58b95baffa..2372e82f89 100644
--- a/src/gui/accessible/qaccessibleobject.h
+++ b/src/gui/accessible/qaccessibleobject.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the QtGui module of the Qt Toolkit.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
@@ -49,7 +49,6 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-QT_MODULE(Gui)
#ifndef QT_NO_ACCESSIBILITY
@@ -86,7 +85,6 @@ public:
// relations
int childCount() const;
int indexOfChild(const QAccessibleInterface*) const;
- QAccessible::Relation relationTo(const QAccessibleInterface *other) const;
// navigation
QAccessibleInterface *parent() const;