summaryrefslogtreecommitdiffstats
path: root/src/qgraphicstreeview.h
diff options
context:
space:
mode:
authorThomas Zander <thomas.zander@trolltech.com>2009-04-27 16:40:33 +0200
committerThomas Zander <thomas.zander@trolltech.com>2009-04-27 16:40:33 +0200
commit8f60bb093d6fb65da7ddd589d536bc0971377f61 (patch)
tree7cfb66bb7754c853e541cf6b889d8f675f3b2c4b /src/qgraphicstreeview.h
parent8d39d72f7c625bc4345580d85583a3b347a5b309 (diff)
Replace typedef QTreeSelection with QtTreeSelection
Diffstat (limited to 'src/qgraphicstreeview.h')
-rw-r--r--src/qgraphicstreeview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qgraphicstreeview.h b/src/qgraphicstreeview.h
index 464c334..4e6951e 100644
--- a/src/qgraphicstreeview.h
+++ b/src/qgraphicstreeview.h
@@ -41,7 +41,7 @@ class QtGraphicsTreeView;
class QtGraphicsTreeViewPrivate;
class QtGraphicsTreeViewItemPrivate;
class QtTreeSelectionManager;
-class QTreeSelections;
+class QtTreeSelections;
class QtTreeController;
class QtGraphicsHeader;
@@ -187,7 +187,7 @@ private:
Q_PRIVATE_SLOT(d_func(), void _q_itemsChanged(QtTreeModelBase::iterator_base &it, int count, const QList<int> &roles))
Q_PRIVATE_SLOT(d_func(), void _q_itemsInserted(QtTreeModelBase::iterator_base &it, int count))
Q_PRIVATE_SLOT(d_func(), void _q_itemsRemoved(QtTreeModelBase::iterator_base &it, int count))
- Q_PRIVATE_SLOT(d_func(), void _q_selectionsChanged(const QTreeSelection &selection))
+ Q_PRIVATE_SLOT(d_func(), void _q_selectionsChanged(const QtTreeSelection &selection))
Q_PRIVATE_SLOT(d_func(), void _q_currentChanged(QtTreeModelBase::iterator_base &current, QtTreeModelBase::iterator_base &previous))
Q_PRIVATE_SLOT(d_func(), void _q_reset())
};