summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/torrent/blist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/torrent/blist.h')
-rw-r--r--kfile-plugins/torrent/blist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/torrent/blist.h b/kfile-plugins/torrent/blist.h
index 4085ec39..89721822 100644
--- a/kfile-plugins/torrent/blist.h
+++ b/kfile-plugins/torrent/blist.h
@@ -158,7 +158,7 @@ class BList : public BBase
* at this time.
*
* @return iterator pointing to the beginning of the list
- * @see QValueList
+ * @see TQValueList
*/
BBaseVectorIterator begin(void) { return m_array.begin(); }
@@ -169,7 +169,7 @@ class BList : public BBase
* it as a boundary condition to avoid.
*
* @return iterator pointing one element past the end of the list
- * @see QValueList
+ * @see TQValueList
*/
BBaseVectorIterator end(void) { return m_array.end(); }