From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- tdecore/kcompletion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/kcompletion.cpp') diff --git a/tdecore/kcompletion.cpp b/tdecore/kcompletion.cpp index 84a4cfca2..f74c0460c 100644 --- a/tdecore/kcompletion.cpp +++ b/tdecore/kcompletion.cpp @@ -136,7 +136,7 @@ void KCompletion::addItem( const TQString& item, uint weight ) node = node->insert( 0x0, true ); if ( weighted ) node->confirm( weight -1 ); -// qDebug("*** added: %s (%i)", item.latin1(), node->weight()); +// tqDebug("*** added: %s (%i)", item.latin1(), node->weight()); } void KCompletion::addWeightedItem( const TQString& item ) -- cgit v1.2.1