diff options
Diffstat (limited to 'kword/KWTextParag.h')
-rw-r--r-- | kword/KWTextParag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTextParag.h b/kword/KWTextParag.h index de484a485..379fdf5b9 100644 --- a/kword/KWTextParag.h +++ b/kword/KWTextParag.h @@ -40,7 +40,7 @@ typedef KoParagLayout KWParagLayout; class KWTextParag : public KoTextParag { public: - KWTextParag( KoTextDocument *d, KoTextParag *pr = 0, KoTextParag *nx = 0, bool updateIds = TRUE ) + KWTextParag( KoTextDocument *d, KoTextParag *pr = 0, KoTextParag *nx = 0, bool updateIds = true ) : KoTextParag( d, pr, nx, updateIds ) { } ~KWTextParag() { } |