summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historymanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/history/historymanager.cpp b/src/history/historymanager.cpp
index 30184cef..2b84ddc8 100644
--- a/src/history/historymanager.cpp
+++ b/src/history/historymanager.cpp
@@ -43,6 +43,7 @@
#include <KCompletion>
// Qt Includes
+#include <QApplication>
#include <QList>
#include <QUrl>
#include <QDate>
@@ -106,7 +107,7 @@ HistoryManager::~HistoryManager()
return;
}
m_saveTimer->saveIfNeccessary();
-
+
kDebug() << "bye bye history...";
}