summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp')
-rw-r--r--kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp
index cb67a68..8bd9d39 100644
--- a/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp
+++ b/kmyfirewall/ruleoptionplugins/log_target_option/kmfruletargetoptioneditlog.cpp
@@ -37,8 +37,8 @@ KMFRuleTargetOptionEditLog::KMFRuleTargetOptionEditLog(TQObject *parent, const c
m_edit = new KMFRuleEditTargetLog( 0 , "Edit", 0 );
m_edit->hide();
- connect( m_edit,TQT_SIGNAL(sigHideMe() ),
- this,TQT_SLOT( slotShowOverview() ) );
+ connect( m_edit,TQ_SIGNAL(sigHideMe() ),
+ this,TQ_SLOT( slotShowOverview() ) );
}
KMFRuleTargetOptionEditLog::~KMFRuleTargetOptionEditLog() {}