diff options
Diffstat (limited to 'lib/kotext/KoTextDocument.h')
-rw-r--r-- | lib/kotext/KoTextDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h index 4bdf0914..b1a1a17e 100644 --- a/lib/kotext/KoTextDocument.h +++ b/lib/kotext/KoTextDocument.h @@ -43,7 +43,7 @@ class CustomItemsMap; class KOTEXT_EXPORT KoTextDocument : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KoTextCursor; |