From 628043be55ddd2f534411d028e4f68c8fe4eaabb Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sun, 18 Dec 2011 18:29:23 -0600
Subject: Rename old tq methods that no longer need a unique name

---
 kdebugdialog/klistdebugdialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kdebugdialog/klistdebugdialog.cpp')

diff --git a/kdebugdialog/klistdebugdialog.cpp b/kdebugdialog/klistdebugdialog.cpp
index a1b75ee83..7ddb2b559 100644
--- a/kdebugdialog/klistdebugdialog.cpp
+++ b/kdebugdialog/klistdebugdialog.cpp
@@ -182,7 +182,7 @@ void KListDebugDialog::activateArea( TQCString area, bool activate )
   for ( ; it.current() ; ++it )
   {
       if ( area == (*it)->name()  // debug area code = cb's name
-          || (*it)->text().find( TQString::tqfromLatin1(area) ) != -1 ) // area name included in cb text
+          || (*it)->text().find( TQString::fromLatin1(area) ) != -1 ) // area name included in cb text
       {
           (*it)->setChecked( activate );
           return;
-- 
cgit v1.2.3