summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtreeview.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-12-01 21:21:52 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-02 08:16:44 +0100
commit04c65c2454c4328722526d0a8744bb32a498594b (patch)
treec24ea79a93f31427d6209471972c82101096698f /src/widgets/itemviews/qtreeview.h
parent9296bf95fa727ac9469dbb79e2ed7c671339353a (diff)
Accessibility: table2 -> table
Rename the new interface after the old one has been removed. This interface is very close to the IAccessible2 Table2 interface. Change-Id: I8659232189fe0e8307151c743727de425c30ac9a Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src/widgets/itemviews/qtreeview.h')
-rw-r--r--src/widgets/itemviews/qtreeview.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/widgets/itemviews/qtreeview.h b/src/widgets/itemviews/qtreeview.h
index bf8d016e31..8c49375d1d 100644
--- a/src/widgets/itemviews/qtreeview.h
+++ b/src/widgets/itemviews/qtreeview.h
@@ -218,10 +218,9 @@ protected:
void currentChanged(const QModelIndex &current, const QModelIndex &previous);
private:
- //friend class QAccessibleItemView;
- friend class QAccessibleTable2;
+ friend class QAccessibleTable;
friend class QAccessibleTree;
- friend class QAccessibleTable2Cell;
+ friend class QAccessibleTableCell;
int visualIndex(const QModelIndex &index) const;
Q_DECLARE_PRIVATE(QTreeView)