diff options
Diffstat (limited to 'juk/k3bexporter.cpp')
-rw-r--r-- | juk/k3bexporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/k3bexporter.cpp b/juk/k3bexporter.cpp index 502b946c..a8e50aa8 100644 --- a/juk/k3bexporter.cpp +++ b/juk/k3bexporter.cpp @@ -14,9 +14,9 @@ ***************************************************************************/ #include <kprocess.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kurl.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaction.h> #include <tdeactioncollection.h> #include <kstandarddirs.h> |