diff options
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/tdeio_umountwrapper.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0f8841a..dec5793 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ #include "tdeio_umountwrapper.h" #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> diff --git a/src/tdeio_umountwrapper.cpp b/src/tdeio_umountwrapper.cpp index 7b3feb8..26ab35d 100644 --- a/src/tdeio_umountwrapper.cpp +++ b/src/tdeio_umountwrapper.cpp @@ -25,7 +25,7 @@ #include <tqtimer.h> #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <kprogress.h> #include <kprocess.h> #include <tdecmdlineargs.h> |