From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- ktnef/gui/ktnefmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktnef') 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(); -- cgit v1.2.3