Git commit b017256e0b6834a860b42867c9a7fcb68c109964 by Harald Fernengel. Committed on 12/02/2014 at 12:00. Pushed by harald into branch 'master'. compile. M +2 -2 src/widgets/jobuidelegate.cpp http://commits.kde.org/kio/b017256e0b6834a860b42867c9a7fcb68c109964 diff --git a/src/widgets/jobuidelegate.cpp b/src/widgets/jobuidelegate.cpp index 8a955d2..2d2d188 100644 --- a/src/widgets/jobuidelegate.cpp +++ b/src/widgets/jobuidelegate.cpp @@ -215,7 +215,7 @@ bool KIO::JobUiDelegate::askDeleteConfirmation(const QL= ist &urls, = int result; QWidget *widget =3D job() ? window() : NULL; // ### job is NULL he= re, most of the time, right? - const KMessageBox::Options options =3D KMessageBox::Notify | KMess= ageBox::WindowModal; + const KMessageBox::Options options(KMessageBox::Notify | KMessageB= ox::WindowModal); switch (deletionType) { case Delete: result =3D KMessageBox::warningContinueCancelList( @@ -281,7 +281,7 @@ int KIO::JobUiDelegate::requestMessageBox(KIO::JobUiDel= egate::MessageBoxType typ = const KGuiItem buttonYesGui(buttonYes, iconYes); const KGuiItem buttonNoGui(buttonNo, iconNo); - KMessageBox::Options options =3D (KMessageBox::Notify | KMessageBox::W= indowModal); + KMessageBox::Options options(KMessageBox::Notify | KMessageBox::Window= Modal); = switch (type) { case QuestionYesNo: