diff options
Diffstat (limited to 'kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp')
-rw-r--r-- | kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp b/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp index fd2812f..ab55295 100644 --- a/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp +++ b/kmyfirewall/genericinterface/kmfgenericinterfacelogging.cpp @@ -38,14 +38,14 @@ namespace KMF { 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 ) ) ); + connect( m_c_log, TQ_SIGNAL( toggled( bool ) ), + this,TQ_SLOT( slotLoggingChanged( bool ) ) ); - connect( m_c_limitLog, TQT_SIGNAL( toggled( bool ) ), - this,TQT_SLOT( slotLimitChanged( bool ) ) ); + connect( m_c_limitLog, TQ_SIGNAL( toggled( bool ) ), + this,TQ_SLOT( slotLimitChanged( bool ) ) ); - connect( m_le_logPrefix, TQT_SIGNAL( textChanged( const TQString & ) ), - this,TQT_SLOT ( slotLogPrefixChanged( const TQString & ) ) ); + connect( m_le_logPrefix, TQ_SIGNAL( textChanged( const TQString & ) ), + this,TQ_SLOT ( slotLogPrefixChanged( const TQString & ) ) ); } |