diff options
Diffstat (limited to 'lib/kotext/KoTextCommand.cpp')
| -rw-r--r-- | lib/kotext/KoTextCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextCommand.cpp b/lib/kotext/KoTextCommand.cpp index 68f83ad3f..fb4968363 100644 --- a/lib/kotext/KoTextCommand.cpp +++ b/lib/kotext/KoTextCommand.cpp @@ -88,9 +88,9 @@ KoTextCursor * KoTextDeleteCommand::unexecute( KoTextCursor *c ) // Set any custom item that we had m_customItemsMap.insertItems( cursor, text.size() ); - // 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) << "KoTextDeleteCommand::unexecute " << m_oldParagLayouts.count() << " parag tqlayouts. First parag=" << s->paragId() << endl; + kdDebug(32500) << "KoTextDeleteCommand::unexecute " << m_oldParagLayouts.count() << " parag layouts. First parag=" << s->paragId() << endl; Q_ASSERT( id == s->paragId() ); KoTextParag *p = s; while ( p ) { |
