Fix connect signal/slot

wilder-work
Montel Laurent 11 years ago
parent 01cf98be1e
commit 656915c862
  1. 2
      editor/kmcomposewin.cpp

@ -1224,7 +1224,7 @@ void KMComposeWin::setupActions(void)
mReplaceText = KStandardAction::replace(mRichTextEditorwidget, SLOT(slotReplace()), actionCollection());
actionCollection()->addAction(KStandardAction::Spelling, QLatin1String("spellcheck"),
mComposerBase->editor(), SLOT(checkSpelling()));
mComposerBase->editor(), SLOT(slotCheckSpelling()));
action = new QAction(i18n("Paste as Attac&hment"), this);
actionCollection()->addAction(QLatin1String("paste_att"), action);

Loading…
Cancel
Save