diff options
Diffstat (limited to 'kdecore/kdebug.h')
-rw-r--r-- | kdecore/kdebug.h | 2 |
1 files changed, 1 insertions, 1 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 */ |