summaryrefslogtreecommitdiffstats
path: root/src/kvilib/tal/kvi_tal_listbox.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-21 13:01:09 -0500
committerDarrell Anderson <[email protected]>2012-10-21 13:01:09 -0500
commitc21c4a8f6edc6078e46f4beb2368129899c6cfe8 (patch)
tree1602899c7149dd1fd3ab32017af73e6c5c7dcb34 /src/kvilib/tal/kvi_tal_listbox.h
parent800c08601def342fafcf77656c658920e5d99627 (diff)
downloadkvirc-c21c4a8f6edc6078e46f4beb2368129899c6cfe8.tar.gz
kvirc-c21c4a8f6edc6078e46f4beb2368129899c6cfe8.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'src/kvilib/tal/kvi_tal_listbox.h')
-rw-r--r--src/kvilib/tal/kvi_tal_listbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/tal/kvi_tal_listbox.h b/src/kvilib/tal/kvi_tal_listbox.h
index 4cddaeac..f7c53560 100644
--- a/src/kvilib/tal/kvi_tal_listbox.h
+++ b/src/kvilib/tal/kvi_tal_listbox.h
@@ -30,7 +30,7 @@
//
// This is the only reasonable CROSS-QT3-QT4-COMPATIBLE implementation
// of TQListBox 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 KviTalListBoxText must
// be fully reimplemented and not be inherited from TQListBoxText
// to build up a consistent item object hierarchy. To complete