diff options
Diffstat (limited to 'kword/KWCommand.cpp')
| -rw-r--r-- | kword/KWCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWCommand.cpp b/kword/KWCommand.cpp index e1f0f52b8..e68e1c99a 100644 --- a/kword/KWCommand.cpp +++ b/kword/KWCommand.cpp @@ -344,9 +344,9 @@ void KWTextDeleteCommand::createBookmarkList() return; } - // Now restore the parag tqlayouts (i.e. libkotext specific stuff) + // Now restore the parag layouts (i.e. libkotext specific stuff) TQValueList<KoParagLayout>::Iterator lit = m_oldParagLayouts.begin(); - kdDebug(32500) << "KWTextDeleteCommand::createBookmarkList " << m_oldParagLayouts.count() << " parag tqlayouts. First parag=" << s->paragId() << endl; + kdDebug(32500) << "KWTextDeleteCommand::createBookmarkList " << m_oldParagLayouts.count() << " parag layouts. First parag=" << s->paragId() << endl; Q_ASSERT( id == s->paragId() ); KoTextParag *p = s; while ( p ) { |
