diff options
Diffstat (limited to 'kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp')
-rw-r--r-- | kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp b/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp index eb16434..e1ec820 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp +++ b/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp @@ -36,8 +36,8 @@ #include "../core/kmfnetwork.h" #include "../core/kmfgenericdoc.h" namespace KMF { -KMFGenericInterfaceLogging::KMFGenericInterfaceLogging( TQWidget *tqparent, const char *name, WFlags f ) - : KMyFirewallGenericInterfaceLogging( tqparent, name, f ) { +KMFGenericInterfaceLogging::KMFGenericInterfaceLogging( TQWidget *parent, const char *name, WFlags f ) + : KMyFirewallGenericInterfaceLogging( parent, name, f ) { connect( m_c_log, TQT_SIGNAL( toggled( bool ) ), this,TQT_SLOT( slotLoggingChanged( bool ) ) ); |