summaryrefslogtreecommitdiffstats
path: root/src/groupiterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/groupiterator.cpp')
-rw-r--r--src/groupiterator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/groupiterator.cpp b/src/groupiterator.cpp
index 21f0db2..209de52 100644
--- a/src/groupiterator.cpp
+++ b/src/groupiterator.cpp
@@ -16,8 +16,8 @@
using Tellico::GroupIterator;
-GroupIterator::GroupIterator(const QListView* view_) {
- // groups are the first children in the group view
+GroupIterator::GroupIterator(const TQListView* view_) {
+ // groups are the first tqchildren in the group view
m_item = static_cast<GUI::ListViewItem*>(view_->firstChild());
}