summaryrefslogtreecommitdiffstats
path: root/smb4k/configdlg/smb4ksambaoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/configdlg/smb4ksambaoptions.cpp')
-rw-r--r--smb4k/configdlg/smb4ksambaoptions.cpp46
1 files changed, 23 insertions, 23 deletions
diff --git a/smb4k/configdlg/smb4ksambaoptions.cpp b/smb4k/configdlg/smb4ksambaoptions.cpp
index 4b668e1..ec5748a 100644
--- a/smb4k/configdlg/smb4ksambaoptions.cpp
+++ b/smb4k/configdlg/smb4ksambaoptions.cpp
@@ -496,41 +496,41 @@ Smb4KSambaOptions::Smb4KSambaOptions( TQWidget *parent, const char *name )
// Connections
//
#ifndef __FreeBSD__
- connect( filesystem, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( slotSambaFileSystem( int ) ) );
+ connect( filesystem, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( slotSambaFileSystem( int ) ) );
#endif
- connect( remove_custom, TQT_SIGNAL( clicked() ),
- this, TQT_SLOT( slotRemoveCustomOption() ) );
+ connect( remove_custom, TQ_SIGNAL( clicked() ),
+ this, TQ_SLOT( slotRemoveCustomOption() ) );
- connect( rm_all_custom, TQT_SIGNAL( clicked() ),
- this, TQT_SLOT( slotRemoveAllCustomOptions() ) );
+ connect( rm_all_custom, TQ_SIGNAL( clicked() ),
+ this, TQ_SLOT( slotRemoveAllCustomOptions() ) );
- connect( custom_options, TQT_SIGNAL( clicked( TQListViewItem * ) ),
- this, TQT_SLOT( slotCustomItemClicked( TQListViewItem * ) ) );
+ connect( custom_options, TQ_SIGNAL( clicked( TQListViewItem * ) ),
+ this, TQ_SLOT( slotCustomItemClicked( TQListViewItem * ) ) );
- connect( custom_protocol, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( slotCustomProtocolChanged( int ) ) );
+ connect( custom_protocol, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( slotCustomProtocolChanged( int ) ) );
#ifndef __FreeBSD__
- connect( custom_fs, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( slotCustomFileSystemChanged( int ) ) );
+ connect( custom_fs, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( slotCustomFileSystemChanged( int ) ) );
- connect( custom_rw, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( slotCustomWriteAccessChanged( int ) ) );
+ connect( custom_rw, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( slotCustomWriteAccessChanged( int ) ) );
#endif
- connect( custom_krb, TQT_SIGNAL( activated( int ) ),
- this, TQT_SLOT( slotCustomKerberosChanged( int ) ) );
+ connect( custom_krb, TQ_SIGNAL( activated( int ) ),
+ this, TQ_SLOT( slotCustomKerberosChanged( int ) ) );
- connect( custom_uid, TQT_SIGNAL( textChanged( const TQString & ) ),
- this, TQT_SLOT( slotCustomUIDChanged( const TQString & ) ) );
+ connect( custom_uid, TQ_SIGNAL( textChanged( const TQString & ) ),
+ this, TQ_SLOT( slotCustomUIDChanged( const TQString & ) ) );
- connect( custom_gid, TQT_SIGNAL( textChanged( const TQString & ) ),
- this, TQT_SLOT( slotCustomGIDChanged( const TQString & ) ) );
+ connect( custom_gid, TQ_SIGNAL( textChanged( const TQString & ) ),
+ this, TQ_SLOT( slotCustomGIDChanged( const TQString & ) ) );
- connect( custom_port, TQT_SIGNAL( valueChanged( int ) ),
- this, TQT_SLOT( slotCustomPortChanged( int ) ) );
+ connect( custom_port, TQ_SIGNAL( valueChanged( int ) ),
+ this, TQ_SLOT( slotCustomPortChanged( int ) ) );
//
// Do last things before we are ready to go
@@ -554,7 +554,7 @@ void Smb4KSambaOptions::resetCustomTab()
/////////////////////////////////////////////////////////////////////////////
-// TQT_SLOT IMPLEMENTATIONS
+// SLOT IMPLEMENTATIONS
/////////////////////////////////////////////////////////////////////////////
#ifndef __FreeBSD__