diff options
Diffstat (limited to 'src/kvilib/tal/kvi_tal_listbox.h')
-rw-r--r-- | src/kvilib/tal/kvi_tal_listbox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kvilib/tal/kvi_tal_listbox.h b/src/kvilib/tal/kvi_tal_listbox.h index 18594539..4cddaeac 100644 --- a/src/kvilib/tal/kvi_tal_listbox.h +++ b/src/kvilib/tal/kvi_tal_listbox.h @@ -29,13 +29,13 @@ // // This is the only reasonable CROSS-QT3-QT4-COMPATIBLE implementation -// of QListBox I've been able to find. -// Note that using macros for the items will NOT work since moc +// of TQListBox 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 KviTalListBoxText must -// be fully reimplemented and not be inherited from QListBoxText +// be fully reimplemented and not be inherited from TQListBoxText // 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 KviTalListBoxText is adapted from qlistbox.h/cpp // present in qt 3.3.6 AND in qt 4.1.2. |