summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commitad46b81cd184716a3eba534b060e8e06cfc4b23b (patch)
tree40f21f74682f41889746c7d7fd0a4c85173ed25a
parent1a285676d2375bd4def06e203ffcdc52787eaefc (diff)
downloadkmyfirewall-ad46b81c.tar.gz
kmyfirewall-ad46b81c.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kmyfirewall/kmfwidgets/kmfchecklistoutput.cpp2
-rw-r--r--kmyfirewall/kmyfirewall.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/kmfwidgets/kmfchecklistoutput.cpp b/kmyfirewall/kmfwidgets/kmfchecklistoutput.cpp
index bd39df6..8395a1a 100644
--- a/kmyfirewall/kmfwidgets/kmfchecklistoutput.cpp
+++ b/kmyfirewall/kmfwidgets/kmfchecklistoutput.cpp
@@ -68,7 +68,7 @@ void KMFCheckListOutput::appendLine( const TQString &txt ) {
}
void KMFCheckListOutput::settqStatus( bool ok, const TQString &err_msg ) {
- kdDebug() << "void KMFCheckListOutput::settqStatus(bool ok,TQString &err_msg)" << endl;
+ kdDebug() << "void KMFCheckListOutput::setStatus(bool ok,TQString &err_msg)" << endl;
if ( ok ) {
m_currItem->setPixmap( 1, icon_ok );
} else {
diff --git a/kmyfirewall/kmyfirewall.cpp b/kmyfirewall/kmyfirewall.cpp
index 4214a04..d39d4b3 100644
--- a/kmyfirewall/kmyfirewall.cpp
+++ b/kmyfirewall/kmyfirewall.cpp
@@ -1006,7 +1006,7 @@ void KMyFirewall::slotConfigureKMF() {
// FIXME: Implement iptables active check
void KMyFirewall::checktqStatus() {
- kdDebug() << "checktqStatus()" << endl;
+ kdDebug() << "checkStatus()" << endl;
bool isInstalled = false;
if ( network()->currentTarget()->isLocalExecuteTarget() ) {