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/dolphinmainwindow.cpp | |
| parent | 3d6c254846d44f2794b39f2d17b0e55af296adbf (diff) | |
Fix includes
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e99788621..e6ef74ef3 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -63,7 +63,7 @@ #include <KIO/NetAccess> #include <KIO/JobUiDelegate> #include <KInputDialog> -#include <KLocale> +#include <KLocalizedString> #include <KProtocolManager> #include <QMenu> #include <KMenuBar> |
