diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 51237d500f7cd6502e8fd8641b8d5b32bd49f640 (patch) | |
tree | b654bcac17c0dc27efcee6a2589b8d0ff2584ac6 /kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp | |
parent | 299d556caf2782c99682b72a528fb1fd9fe948d2 (diff) | |
download | kmyfirewall-51237d500f7cd6502e8fd8641b8d5b32bd49f640.tar.gz kmyfirewall-51237d500f7cd6502e8fd8641b8d5b32bd49f640.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp')
-rw-r--r-- | kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp index c3242c4..27ef89d 100644 --- a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp +++ b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp @@ -42,7 +42,7 @@ #include "../../core/kmfundoengine.h" #include "../../core/xmlnames.h" namespace KMF { -KMFRuleEditorInterface::KMFRuleEditorInterface( TQWidget *tqparent, const char *name, WFlags fl /*,IPTRule* cr */ ) : KMyFirewallRuleEditorInterface( tqparent, name, fl ) { +KMFRuleEditorInterface::KMFRuleEditorInterface( TQWidget *parent, const char *name, WFlags fl /*,IPTRule* cr */ ) : KMyFirewallRuleEditorInterface( parent, name, fl ) { } KMFRuleEditorInterface::~KMFRuleEditorInterface() {} |