diff options
Diffstat (limited to 'lib/kotext/KoTextDocument.h')
-rw-r--r-- | lib/kotext/KoTextDocument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h index 234095a6..19b4e4d4 100644 --- a/lib/kotext/KoTextDocument.h +++ b/lib/kotext/KoTextDocument.h @@ -24,12 +24,12 @@ #include "KoRichText.h" #include <koffice_export.h> #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQ_EXPORT TQMap<int, TQColor>; template class TQ_EXPORT TQMap<int, bool>; template class TQ_EXPORT TQMap<int, KoTextDocumentSelection>; template class TQ_EXPORT TQPtrList<KoTextDocument>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KoStyleCollection; |