summaryrefslogtreecommitdiffstats
path: root/kbfxlib/data
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:58 -0600
commitb5e89dd08b51b46ea43e036ac11dba55ea80fc72 (patch)
tree649f930fffdb92fd92d9db5125da36ed8929c2ec /kbfxlib/data
parentf61f056943a68ecc5fa7e7789a7b9c82901a9157 (diff)
downloadkbfx-b5e89dd08b51b46ea43e036ac11dba55ea80fc72.tar.gz
kbfx-b5e89dd08b51b46ea43e036ac11dba55ea80fc72.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f61f056943a68ecc5fa7e7789a7b9c82901a9157.
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 72031a0..f657d8a 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 setStatus ( bool );
+ void settqStatus ( bool );
TQString name();
TQString libName();