diff options
Diffstat (limited to 'kword/KWCommand.cpp')
| -rw-r--r-- | kword/KWCommand.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kword/KWCommand.cpp b/kword/KWCommand.cpp index 20a4c9182..5acb647ee 100644 --- a/kword/KWCommand.cpp +++ b/kword/KWCommand.cpp @@ -88,7 +88,7 @@ KoTextCursor * KWPasteTextCommand::execute( KoTextCursor *c ) { KoTextParag *firstParag = doc->paragAt( m_parag ); if ( !firstParag ) { - qWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); return 0; } //kdDebug() << "KWPasteTextCommand::execute m_parag=" << m_parag << " m_idx=" << m_idx @@ -206,7 +206,7 @@ KoTextCursor * KWPasteTextCommand::unexecute( KoTextCursor *c ) { KoTextParag *firstParag = doc->paragAt( m_parag ); if ( !firstParag ) { - qWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); return 0; } cursor.setParag( firstParag ); @@ -215,7 +215,7 @@ KoTextCursor * KWPasteTextCommand::unexecute( KoTextCursor *c ) KoTextParag *lastParag = doc->paragAt( m_lastParag ); if ( !lastParag ) { - qWarning( "can't locate parag at %d, last parag: %d", m_lastParag, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", m_lastParag, doc->lastParag()->paragId() ); return 0; } Q_ASSERT( lastParag->document() ); @@ -255,7 +255,7 @@ KoTextCursor * KWOasisPasteCommand::execute( KoTextCursor *c ) { KoTextParag *firstParag = doc->paragAt( m_parag ); if ( !firstParag ) { - qWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); return c; } //kdDebug() << "KWOasisPasteCommand::execute m_parag=" << m_parag << " m_idx=" << m_idx @@ -285,7 +285,7 @@ KoTextCursor * KWOasisPasteCommand::unexecute( KoTextCursor *c ) { KoTextParag *firstParag = doc->paragAt( m_parag ); if ( !firstParag ) { - qWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", m_parag, doc->lastParag()->paragId() ); return 0; } cursor.setParag( firstParag ); @@ -294,7 +294,7 @@ KoTextCursor * KWOasisPasteCommand::unexecute( KoTextCursor *c ) KoTextParag *lastParag = doc->paragAt( m_lastParag ); if ( !lastParag ) { - qWarning( "can't locate parag at %d, last parag: %d", m_lastParag, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", m_lastParag, doc->lastParag()->paragId() ); return 0; } Q_ASSERT( lastParag->document() ); @@ -340,7 +340,7 @@ void KWTextDeleteCommand::createBookmarkList() #if 0 KoTextParag *s = doc ? doc->paragAt( id ) : parag; if ( !s ) { - qWarning( "can't locate parag at %d, last parag: %d", id, doc->lastParag()->paragId() ); + tqWarning( "can't locate parag at %d, last parag: %d", id, doc->lastParag()->paragId() ); return; } |
