From 644938fcde321587f6af2de0b865ddb36709395a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 17 Mar 2009 20:34:32 +0000 Subject: [PATCH] SVN_SILENT: remove trailing spaces svn path=/trunk/KDE/kdebase/apps/; revision=940620 --- src/dolphinmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.3