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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kvilib/tal/kvi_tal_listview.h b/src/kvilib/tal/kvi_tal_listview.h
index 9b95e2f8..0bf48740 100644
--- a/src/kvilib/tal/kvi_tal_listview.h
+++ b/src/kvilib/tal/kvi_tal_listview.h
@@ -28,13 +28,13 @@
//
// This is the only reasonable CROSS-QT3-QT4-COMPATIBLE implementation
-// of QListView I've been able to find.
-// Note that using macros for the items will NOT work since moc
+// of TQListView I've been able to find.
+// Note that using macros for the items will NOT work since tqmoc
// doesn't expand them. Note also that KviTalCheckListItem must
-// be fully reimplemented and not be inherited from QCheckListItem
+// be fully reimplemented and not be inherited from TQCheckListItem
// to build up a consistent item object hierarchy. To complete
-// the obscenity, we need TWO COMPLETE implementations: one for Qt3
-// and one for Qt4... bleah :D
+// the obscenity, we need TWO COMPLETE implementations: one for TQt3
+// and one for TQt4... bleah :D
//
// The code for KviTalCheckListItem is adapted from qlistview.h/cpp
// present in qt 3.3.6 AND in qt 4.1.2.