┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-03-17 20:34:32 +0000
committerPeter Penz <[email protected]>2009-03-17 20:34:32 +0000
commit644938fcde321587f6af2de0b865ddb36709395a (patch)
treec30f6041b79bfd3d1f628f9b4718211918a0cb37 /src/dolphinmainwindow.cpp
parentd388c8d2fb464678715002471f784ffa4e9d70ec (diff)
SVN_SILENT: remove trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=940620
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp4
1 files 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: