diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:20:10 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:20:10 -0500 |
commit | b5520771b2756a2859daf5ac703d9120c04a64e9 (patch) | |
tree | 8b44e367a9323e92ec14383e61ecce8bcdbb2e58 /lib/kotext | |
parent | 482480ca3d7cf8b7474cc63a5914ef7c786cf251 (diff) | |
download | koffice-b5520771b2756a2859daf5ac703d9120c04a64e9.tar.gz koffice-b5520771b2756a2859daf5ac703d9120c04a64e9.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'lib/kotext')
-rw-r--r-- | lib/kotext/KoRichText.h | 20 | ||||
-rw-r--r-- | lib/kotext/KoTextDocument.h | 4 | ||||
-rw-r--r-- | lib/kotext/KoTextFormat.h | 4 | ||||
-rw-r--r-- | lib/kotext/KoTextParag.h | 4 |
4 files changed, 16 insertions, 16 deletions
diff --git a/lib/kotext/KoRichText.h b/lib/kotext/KoRichText.h index 35bb8bd7..c6ebceeb 100644 --- a/lib/kotext/KoRichText.h +++ b/lib/kotext/KoRichText.h @@ -141,9 +141,9 @@ private: }; #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQMemArray<KoTextStringChar>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KOTEXT_EXPORT KoTextString @@ -315,9 +315,9 @@ protected: }; #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQPtrList<KoTextDocCommand>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KoTextDocCommandHistory @@ -352,9 +352,9 @@ private: #include "KoTextCustomItem.h" #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQMap<TQString, TQString>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif #if 0 @@ -405,9 +405,9 @@ private: }; #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQPtrList<KoTextCustomItem>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KOTEXT_EXPORT KoTextFlow @@ -528,10 +528,10 @@ private: }; #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQPtrList<KoTextTableCell>; template class TQMap<KoTextCursor*, int>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KoTextTable: public KoTextCustomItem 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; 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 diff --git a/lib/kotext/KoTextParag.h b/lib/kotext/KoTextParag.h index d8e0c29b..fd177e95 100644 --- a/lib/kotext/KoTextParag.h +++ b/lib/kotext/KoTextParag.h @@ -43,10 +43,10 @@ struct KoTextParagSelection }; #if defined(TQ_TEMPLATEDLL) -// TQMOC_SKIP_BEGIN +// MOC_SKIP_BEGIN template class TQMap<int, KoTextParagSelection>; template class TQMap<int, KoTextParagLineStart*>; -// TQMOC_SKIP_END +// MOC_SKIP_END #endif class KOTEXT_EXPORT KoTextParag |