summaryrefslogtreecommitdiffstats
path: root/src/kvilib/tal/kvi_tal_listbox.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
commit0a80cfd57d271dd44221467efb426675fa470356 (patch)
tree6f503a31aa078eaf8fa015cf1749808529d49fc9 /src/kvilib/tal/kvi_tal_listbox.h
parent3329e5a804e28ef3f5eb51d1e7affdd5a508e8f2 (diff)
downloadkvirc-0a80cfd57d271dd44221467efb426675fa470356.tar.gz
kvirc-0a80cfd57d271dd44221467efb426675fa470356.zip
TQt4 port kvirc
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kvilib/tal/kvi_tal_listbox.h')
-rw-r--r--src/kvilib/tal/kvi_tal_listbox.h10
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.