diff options
| author | Montel Laurent <[email protected]> | 2014-10-18 14:42:41 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-18 14:42:41 +0200 |
| commit | 31a0c4fbd59c93a48f093be62b8ef19e6839de37 (patch) | |
| tree | 924393ba4a997f62b4b5e8a20c92a9da08fee55e /src/dolphinpart.cpp | |
| parent | 3d6c254846d44f2794b39f2d17b0e55af296adbf (diff) | |
Fix includes
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index e3479d3b8..9d4de3fe9 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -29,7 +29,7 @@ #include <KDebug> #include <KGlobalSettings> #include <KIconLoader> -#include <KLocale> +#include <KLocalizedString> #include <KMessageBox> #include <KPluginFactory> #include <KRun> |
