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/KoTextParag.h | |
parent | 482480ca3d7cf8b7474cc63a5914ef7c786cf251 (diff) | |
download | koffice-b5520771b2756a2859daf5ac703d9120c04a64e9.tar.gz koffice-b5520771b2756a2859daf5ac703d9120c04a64e9.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'lib/kotext/KoTextParag.h')
-rw-r--r-- | lib/kotext/KoTextParag.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |