diff options
Diffstat (limited to 'lib/kotext/KoTextFormat.h')
-rw-r--r-- | lib/kotext/KoTextFormat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextFormat.h b/lib/kotext/KoTextFormat.h index 4c155b91..66a6d2a9 100644 --- a/lib/kotext/KoTextFormat.h +++ b/lib/kotext/KoTextFormat.h @@ -395,9 +395,9 @@ private: }; #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQ_EXPORT TQDict<KoTextFormat>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KOTEXT_EXPORT KoTextFormatCollection |