diff options
Diffstat (limited to 'ktnef/gui/ktnefmain.cpp')
-rw-r--r-- | ktnef/gui/ktnefmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/ktnefmain.cpp b/ktnef/gui/ktnefmain.cpp index ccb1bb54f..884c3ac9e 100644 --- a/ktnef/gui/ktnefmain.cpp +++ b/ktnef/gui/ktnefmain.cpp @@ -379,7 +379,7 @@ void KTNEFMain::slotShowMessageProperties() void KTNEFMain::slotShowMessageText() { TQString rtf = parser_->message()->rtfString(); - qDebug( "%s", rtf.latin1() ); + tqDebug( "%s", rtf.latin1() ); KTempFile tmpFile( KGlobal::dirs()->localtdedir() + "/share/apps/ktnef/tmp/", "rtf"); *( tmpFile.textStream() ) << rtf; tmpFile.close(); |