From bcd4f52251f03fa51ee7ae01f474bc633c7a7997 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:11:03 -0500 Subject: Fix inadvertent tqt changes. (cherry picked from commit 5d9a593c1fe4967f3636524cbef739d80b0d8cae) --- kdecore/kdebug.h | 2 +- kdecore/kdelibs_export.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kdecore') 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 : */ #ifdef KDE_DEPRECATED # ifndef KDECORE_EXPORT_DEPRECATED -- cgit v1.2.1