From c21c4a8f6edc6078e46f4beb2368129899c6cfe8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:01:09 -0500 Subject: Fix inadvertent tqt changes. --- src/kvilib/ext/kvi_crypt.h | 2 +- src/kvilib/tal/kvi_tal_listbox.h | 2 +- src/kvilib/tal/kvi_tal_listview.h | 2 +- src/kvilib/tal/kvi_tal_tooltip.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kvilib') diff --git a/src/kvilib/ext/kvi_crypt.h b/src/kvilib/ext/kvi_crypt.h index 673716d5..23d4ef45 100644 --- a/src/kvilib/ext/kvi_crypt.h +++ b/src/kvilib/ext/kvi_crypt.h @@ -51,7 +51,7 @@ typedef void (*crypt_engine_deallocator_func)(KviCryptEngine *); #endif //COMPILE_CRYPT_SUPPORT - // we must include this declaration to make tqmoc happy even + // we must include this declaration to make moc happy even // if we're not compiling the crypt support class KVILIB_API KviCryptEngine : public TQObject, public KviHeapObject 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 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 diff --git a/src/kvilib/tal/kvi_tal_tooltip.h b/src/kvilib/tal/kvi_tal_tooltip.h index c9dce17a..a959e3f7 100644 --- a/src/kvilib/tal/kvi_tal_tooltip.h +++ b/src/kvilib/tal/kvi_tal_tooltip.h @@ -33,7 +33,7 @@ class KviTalToolTip; // This is useful only with TQt4, but we put it here anyway -// to have both a consistent API and make tqmoc happy +// to have both a consistent API and make moc happy class KviTalToolTipHelper : public TQObject { friend class KviTalToolTip; -- cgit v1.2.1