┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2014-10-18 14:42:41 +0200
committerMontel Laurent <[email protected]>2014-10-18 14:42:41 +0200
commit31a0c4fbd59c93a48f093be62b8ef19e6839de37 (patch)
tree924393ba4a997f62b4b5e8a20c92a9da08fee55e /src/main.cpp
parent3d6c254846d44f2794b39f2d17b0e55af296adbf (diff)
Fix includes
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ca047bd16..91d32a08a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,7 +24,7 @@
#include <k4aboutdata.h>
#include <KCmdLineArgs>
-#include <KLocale>
+#include <KLocalizedString>
#include <kmainwindow.h>
#include <kdemacros.h>
#include <kdeversion.h>