Make it compile with last kdepimlibs

wilder-work
Montel Laurent 12 years ago
parent 58f16bc575
commit ed08ca3b4f
  1. 2
      editor/kmcomposewin.cpp

@ -3469,7 +3469,7 @@ void KMComposeWin::insertSpecialCharacter()
{
if(!mSelectSpecialChar) {
mSelectSpecialChar = new KPIMTextEdit::SelectSpecialCharDialog(this);
mSelectSpecialChar->setCaption(i18n("Insert Special Character"));
mSelectSpecialChar->setWindowTitle(i18n("Insert Special Character"));
mSelectSpecialChar->setOkButtonText(i18n("Insert"));
connect(mSelectSpecialChar,SIGNAL(charSelected(QChar)),this,SLOT(charSelected(QChar)));
}

Loading…
Cancel
Save