diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:49 -0600 |
commit | 1b904b0fa2fd5d3666ba86eaa21e27180fe99688 (patch) | |
tree | 9f50c562a87d79fc1240dc65ab2a9d6e9a94de1f /kbfxlib/data/kbfxplugin.cpp | |
parent | 25c46269a29b5c161f2ec0503324790864afa9ab (diff) | |
download | kbfx-1b904b0fa2fd5d3666ba86eaa21e27180fe99688.tar.gz kbfx-1b904b0fa2fd5d3666ba86eaa21e27180fe99688.zip |
Rename additional global TQt functions
Diffstat (limited to 'kbfxlib/data/kbfxplugin.cpp')
-rw-r--r-- | kbfxlib/data/kbfxplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |