summaryrefslogtreecommitdiffstats
path: root/src/kvilib/tal/kvi_tal_listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/tal/kvi_tal_listview.h')
-rw-r--r--src/kvilib/tal/kvi_tal_listview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/tal/kvi_tal_listview.h b/src/kvilib/tal/kvi_tal_listview.h
index 0bf48740..9e1b46fa 100644
--- a/src/kvilib/tal/kvi_tal_listview.h
+++ b/src/kvilib/tal/kvi_tal_listview.h
@@ -29,7 +29,7 @@
//
// This is the only reasonable CROSS-QT3-QT4-COMPATIBLE implementation
// of TQListView I've been able to find.
-// Note that using macros for the items will NOT work since tqmoc
+// Note that using macros for the items will NOT work since moc
// doesn't expand them. Note also that KviTalCheckListItem must
// be fully reimplemented and not be inherited from TQCheckListItem
// to build up a consistent item object hierarchy. To complete