svn path=/trunk/KDE/kdepim/; revision=486450
wilder-work
Laurent Montel 21 years ago
parent c372f698e1
commit 9d78795a05
  1. 2
      kmfilterdlg.cpp
  2. 2
      signatureconfigurator.cpp
  3. 2
      xfaceconfigurator.cpp

@ -1047,7 +1047,7 @@ KMFilterActionWidget::KMFilterActionWidget( QWidget *parent, const char* name )
// now connect the combo box and the widget stack
connect( mComboBox, SIGNAL(activated(int)),
mWidgetStack, SLOT(raiseWidget(int)) );
mWidgetStack, SLOT(setCurrentIndex (int)) );
}
void KMFilterActionWidget::setAction( const KMFilterAction* aAction )

@ -89,7 +89,7 @@ namespace KMail {
widgetStack->setEnabled( false ); // since !mEnableCheck->isChecked()
vlay->addWidget( widgetStack, 1 );
connect( mSourceCombo, SIGNAL(highlighted(int)),
widgetStack, SLOT(raiseWidget(int)) );
widgetStack, SLOT(setCurrentIndex (int)) );
// connects for the enabling of the widgets depending on
// signatureEnabled:
connect( mEnableCheck, SIGNAL(toggled(bool)),

@ -131,7 +131,7 @@ namespace KMail {
widgetStack->setEnabled( false ); // since !mEnableCheck->isChecked()
vlay->addWidget( widgetStack, 1 );
connect( mSourceCombo, SIGNAL(highlighted(int)),
widgetStack, SLOT(raiseWidget(int)) );
widgetStack, SLOT(setCurrentIndex(int)) );
connect( mEnableCheck, SIGNAL(toggled(bool)),
mSourceCombo, SLOT(setEnabled(bool)) );
connect( mEnableCheck, SIGNAL(toggled(bool)),

Loading…
Cancel
Save