summaryrefslogtreecommitdiffstats
path: root/smb4k/configdlg/smb4tdeconfigdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/configdlg/smb4tdeconfigdialog.cpp')
-rw-r--r--smb4k/configdlg/smb4tdeconfigdialog.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/smb4k/configdlg/smb4tdeconfigdialog.cpp b/smb4k/configdlg/smb4tdeconfigdialog.cpp
index e73d189..f0565cd 100644
--- a/smb4k/configdlg/smb4tdeconfigdialog.cpp
+++ b/smb4k/configdlg/smb4tdeconfigdialog.cpp
@@ -174,17 +174,17 @@ Smb4TDEConfigDialog::Smb4TDEConfigDialog( Smb4KSettings *settings, TQWidget *par
setInitialSize( configDialogSize( *(Smb4KSettings::self()->config()), "ConfigDialog" ) );
// Connections
- connect( samba_options, TQT_SIGNAL( customSettingsChanged() ),
- this, TQT_SLOT( slotCustomSambaSettingsChanged() ) );
+ connect( samba_options, TQ_SIGNAL( customSettingsChanged() ),
+ this, TQ_SLOT( slotCustomSambaSettingsChanged() ) );
- connect( super_user_options, TQT_SIGNAL( removeEntries() ),
- this, TQT_SLOT( slotRemoveSuperUserEntries() ) );
+ connect( super_user_options, TQ_SIGNAL( removeEntries() ),
+ this, TQ_SLOT( slotRemoveSuperUserEntries() ) );
- connect( Smb4KCore::fileIO(), TQT_SIGNAL( failed() ),
- this, TQT_SLOT( slotReceivedFileIOFailed() ) );
+ connect( Smb4KCore::fileIO(), TQ_SIGNAL( failed() ),
+ this, TQ_SLOT( slotReceivedFileIOFailed() ) );
- connect( Smb4KCore::fileIO(), TQT_SIGNAL( finished() ),
- this, TQT_SLOT( slotReceivedFileIOFinished() ) );
+ connect( Smb4KCore::fileIO(), TQ_SIGNAL( finished() ),
+ this, TQ_SLOT( slotReceivedFileIOFinished() ) );
}
@@ -930,7 +930,7 @@ void Smb4TDEConfigDialog::showEvent( TQShowEvent *e )
/////////////////////////////////////////////////////////////////////////////
-// TQT_SLOT IMPLEMENTATIONS
+// SLOT IMPLEMENTATIONS
/////////////////////////////////////////////////////////////////////////////
void Smb4TDEConfigDialog::slotApply()