summaryrefslogtreecommitdiffstats
path: root/kbfxlib/data
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:22 -0600
commitbc48dbcc61e0c39023cc81c09f716d2ed8158648 (patch)
tree46364f015a495db0431ee52e35da2b81b0354522 /kbfxlib/data
parentb5e89dd08b51b46ea43e036ac11dba55ea80fc72 (diff)
downloadkbfx-bc48dbcc61e0c39023cc81c09f716d2ed8158648.tar.gz
kbfx-bc48dbcc61e0c39023cc81c09f716d2ed8158648.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kbfxlib/data')
-rw-r--r--kbfxlib/data/kbfxplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfxlib/data/kbfxplugin.h b/kbfxlib/data/kbfxplugin.h
index f657d8a..72031a0 100644
--- a/kbfxlib/data/kbfxplugin.h
+++ b/kbfxlib/data/kbfxplugin.h
@@ -45,7 +45,7 @@ class KbfxPlugin:public TQObject
KbfxPlugin ( TQString Name,TQString lib,uint id );
~KbfxPlugin();
- void settqStatus ( bool );
+ void setStatus ( bool );
TQString name();
TQString libName();