From: Peter Penz Date: Tue, 17 Mar 2009 20:34:32 +0000 (+0000) Subject: SVN_SILENT: remove trailing spaces X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/644938fcde321587f6af2de0b865ddb36709395a SVN_SILENT: remove trailing spaces svn path=/trunk/KDE/kdebase/apps/; revision=940620 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index fe1066025..c64e85b29 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -444,7 +444,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event) bool doNotAskAgainCheckboxResult = false; - const int result = KMessageBox::createKMessageBox(dialog, + const int result = KMessageBox::createKMessageBox(dialog, QMessageBox::Warning, i18n("You have multiple tabs open in this window, are you sure you want to quit?"), QStringList(), @@ -457,7 +457,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event) } switch (result) { - case KDialog::Yes: + case KDialog::Yes: // Quit break; case KDialog::No: