diff options
Diffstat (limited to 'juk/filerenamer.cpp')
-rw-r--r-- | juk/filerenamer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/filerenamer.cpp b/juk/filerenamer.cpp index fb55bb55..42c44c84 100644 --- a/juk/filerenamer.cpp +++ b/juk/filerenamer.cpp @@ -26,12 +26,12 @@ #include <tdeio/netaccess.h> #include <tdeconfigbase.h> #include <tdeconfig.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <klineedit.h> -#include <klocale.h> +#include <tdelocale.h> #include <kpushbutton.h> #include <tdeapplication.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <ksimpleconfig.h> #include <tqfile.h> |