Fix connect signal/slot

svn path=/trunk/KDE/kdepim/; revision=622657
wilder-work
Laurent Montel 19 years ago
parent b89340afd8
commit 7abde1cf21
  1. 1
      identitydialog.cpp
  2. 1
      kmmsgpartdlg.cpp
  3. 1
      kmtransport.cpp

@ -416,6 +416,7 @@ namespace KMail {
connect( tabWidget, SIGNAL(currentChanged(QWidget*)),
SLOT(slotAboutToShow(QWidget*)) );
connect( this, SIGNAL(okClicked()),SLOT(slotOk()));
}
IdentityDialog::~IdentityDialog() {

@ -360,6 +360,7 @@ KMMsgPartDialogCompat::KMMsgPartDialogCompat( const char *, bool readOnly)
mEncrypted->setEnabled(false);
mSigned->setEnabled(false);
}
connect(this,SIGNAL(okClicked()),SLOT(slotOk()));
}
KMMsgPartDialogCompat::~KMMsgPartDialogCompat() {}

@ -307,6 +307,7 @@ KMTransportDialog::KMTransportDialog( const QString & caption,
}
setupSettings();
connect(this,SIGNAL(okClicked()),this,SLOT(slotOk()));
}

Loading…
Cancel
Save