summaryrefslogtreecommitdiffstats
path: root/ktnef
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef')
-rw-r--r--ktnef/gui/ktnefmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/ktnefmain.cpp b/ktnef/gui/ktnefmain.cpp
index ccb1bb54..884c3ac9 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();