deprecated--

svn path=/trunk/KDE/kdepim/; revision=557885
wilder-work
Edwin Schepers 20 years ago
parent 4a4d856379
commit eb435077e9
  1. 2
      kmcomposewin.cpp

@ -2039,7 +2039,7 @@ bool KMComposeWin::userForgotAttachment()
QRegExp rx ( QString::fromLatin1("\\b") +
attachWordsList.join("\\b|\\b") +
QString::fromLatin1("\\b") );
rx.setCaseSensitive( Qt::CaseInsensitive );
rx.setCaseSensitivity( Qt::CaseInsensitive );
bool gotMatch = false;

Loading…
Cancel
Save