diff options
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/kdebug.h | 2 | ||||
-rw-r--r-- | tdecore/tdelibs_export.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kdebug.h b/tdecore/kdebug.h index 477e8e43f..1121d3679 100644 --- a/tdecore/kdebug.h +++ b/tdecore/kdebug.h @@ -281,7 +281,7 @@ class TDECORE_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/tdecore/tdelibs_export.h b/tdecore/tdelibs_export.h index b644985b5..767752689 100644 --- a/tdecore/tdelibs_export.h +++ b/tdecore/tdelibs_export.h @@ -67,7 +67,7 @@ #endif /*_KDELIBS_EXPORT_H*/ -/* workaround for tdecore: stupid tqmoc's grammar doesn't accept two macros +/* workaround for tdecore: stupid moc's grammar doesn't accept two macros between 'class' keyword and <classname>: */ #ifdef KDE_DEPRECATED # ifndef TDECORE_EXPORT_DEPRECATED |