summaryrefslogtreecommitdiffstats
path: root/kshowmail/serverdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/serverdialog.cpp')
-rw-r--r--kshowmail/serverdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshowmail/serverdialog.cpp b/kshowmail/serverdialog.cpp
index 17b6496..7adecd6 100644
--- a/kshowmail/serverdialog.cpp
+++ b/kshowmail/serverdialog.cpp
@@ -90,7 +90,7 @@ ServerDialog::ServerDialog( TQWidget* parent, ConfigElem* item )
//radio buttons to set storage of the password
grpPasswordStorage = new TQButtonGroup( NULL, "grpPasswordStorage" );
- connect( grpPasswordStorage, SIGNAL( clicked( int ) ), this, SLOT( slotPasswordStorageChanged( int ) ) );
+ connect( grpPasswordStorage, TQ_SIGNAL( clicked( int ) ), this, TQ_SLOT( slotPasswordStorageChanged( int ) ) );
TQRadioButton* btnPasswordDontSave = new TQRadioButton( i18n( "Don't save" ), gboxPassword, "btnPasswordDontSave" );
TQRadioButton* btnPasswordSaveFile = new TQRadioButton( i18n( "Save password"), gboxPassword, "btnPasswordSaveFile" );
@@ -130,7 +130,7 @@ ServerDialog::ServerDialog( TQWidget* parent, ConfigElem* item )
//radio buttons to set secure transfer
grpSecureTransfer = new TQButtonGroup( NULL, "grpSecureTransfer" );
- connect( grpSecureTransfer, SIGNAL( clicked( int ) ), this, SLOT( slotSecureTransferChanged ( int ) ) );
+ connect( grpSecureTransfer, TQ_SIGNAL( clicked( int ) ), this, TQ_SLOT( slotSecureTransferChanged ( int ) ) );
TQRadioButton* btnSecureTransferNone = new TQRadioButton( i18n( "None" ), gboxSecureTransfer, "btnSecureTransferNone" );
TQRadioButton* btnSecureTransferSSL = new TQRadioButton( i18n( "SSL"), gboxSecureTransfer, "btnSecureTransferSSL" );