diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:11:03 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-09 01:57:33 +0100 |
commit | bcd4f52251f03fa51ee7ae01f474bc633c7a7997 (patch) | |
tree | 8d4058c365ab7109f529d9daf25b6d448e606ebf /kdecore | |
parent | 473b1819a7d9a92f4aaab209cad3af8ec17a6a9b (diff) | |
download | tdelibs-bcd4f52251f03fa51ee7ae01f474bc633c7a7997.tar.gz tdelibs-bcd4f52251f03fa51ee7ae01f474bc633c7a7997.zip |
Fix inadvertent tqt changes.
(cherry picked from commit 5d9a593c1fe4967f3636524cbef739d80b0d8cae)
Diffstat (limited to 'kdecore')
-rw-r--r-- | kdecore/kdebug.h | 2 | ||||
-rw-r--r-- | kdecore/kdelibs_export.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kdebug.h b/kdecore/kdebug.h index b0878b952..be7d031bf 100644 --- a/kdecore/kdebug.h +++ b/kdecore/kdebug.h @@ -281,7 +281,7 @@ class KDECORE_EXPORT kdbgstream { ; /** Operator to print out basic information about a TQWidget. - * Output of class names only works if the class is tqmoc'ified. + * Output of class names only works if the class is moc'ified. * @param widget the widget to print * @return this stream */ diff --git a/kdecore/kdelibs_export.h b/kdecore/kdelibs_export.h index 5624fcddb..e7faabdcf 100644 --- a/kdecore/kdelibs_export.h +++ b/kdecore/kdelibs_export.h @@ -67,7 +67,7 @@ #endif /*_KDELIBS_EXPORT_H*/ -/* workaround for kdecore: stupid tqmoc's grammar doesn't accept two macros +/* workaround for kdecore: stupid moc's grammar doesn't accept two macros between 'class' keyword and <classname>: */ #ifdef KDE_DEPRECATED # ifndef KDECORE_EXPORT_DEPRECATED |