summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() ) {