summaryrefslogtreecommitdiffstats
path: root/kbfxlib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:49 -0600
commit1b904b0fa2fd5d3666ba86eaa21e27180fe99688 (patch)
tree9f50c562a87d79fc1240dc65ab2a9d6e9a94de1f /kbfxlib
parent25c46269a29b5c161f2ec0503324790864afa9ab (diff)
downloadkbfx-1b904b0fa2fd5d3666ba86eaa21e27180fe99688.tar.gz
kbfx-1b904b0fa2fd5d3666ba86eaa21e27180fe99688.zip
Rename additional global TQt functions
Diffstat (limited to 'kbfxlib')
-rw-r--r--kbfxlib/data/kbfxdatagroup.cpp2
-rw-r--r--kbfxlib/data/kbfxdatagrouplist.cpp2
-rw-r--r--kbfxlib/data/kbfxplugin.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kbfxlib/data/kbfxdatagroup.cpp b/kbfxlib/data/kbfxdatagroup.cpp
index 1866387..3f5e7cc 100644
--- a/kbfxlib/data/kbfxdatagroup.cpp
+++ b/kbfxlib/data/kbfxdatagroup.cpp
@@ -65,7 +65,7 @@ KbfxDataGroup::addItem ( KbfxDataSource * item )
m_index[m_count] = item;
m_count++;
-// qDebug("KbfxDataGroup.cpp::addItem("+item->name()+")");
+// tqDebug("KbfxDataGroup.cpp::addItem("+item->name()+")");
}
KbfxDataSource*
diff --git a/kbfxlib/data/kbfxdatagrouplist.cpp b/kbfxlib/data/kbfxdatagrouplist.cpp
index 5f89b5f..6166d43 100644
--- a/kbfxlib/data/kbfxdatagrouplist.cpp
+++ b/kbfxlib/data/kbfxdatagrouplist.cpp
@@ -40,7 +40,7 @@ KbfxDataGroupList::addGroup ( KbfxDataGroup * group )
for ( int i =0; i < ( int ) m_groupList.count();i++ )
{
-// qDebug("Curent loop + "+m_groupList.at(i)->name()+"adding "+group->name());
+// tqDebug("Curent loop + "+m_groupList.at(i)->name()+"adding "+group->name());
if ( m_groupList.at ( i ) == group )
{
return ;
diff --git a/kbfxlib/data/kbfxplugin.cpp b/kbfxlib/data/kbfxplugin.cpp
index 198bde4..09f3508 100644
--- a/kbfxlib/data/kbfxplugin.cpp
+++ b/kbfxlib/data/kbfxplugin.cpp
@@ -105,7 +105,7 @@ KbfxPlugin::search ( TQString keyword )
delete m_plugin;
if ( m_group != NULL )
{
- // qDebug("KbfxPlugin():search():103:return Valid Group "+m_group->name());
+ // tqDebug("KbfxPlugin():search():103:return Valid Group "+m_group->name());
return m_group;
}
else return NULL;