summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 3d5631e0..7e03c392 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -951,7 +951,7 @@ void MainWindow::clearPrivateData()
dialog->setMainWidget(&widget);
- if (dialog->exec() == KDialog::Ok)
+ if (dialog->exec() == KDialog::Accepted)
{
if(clearWidget.clearHistory->isChecked())
{