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