diff options
Diffstat (limited to 'kscd/cddbdlg.cpp')
-rw-r--r-- | kscd/cddbdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/cddbdlg.cpp b/kscd/cddbdlg.cpp index eec94a70..40a17cbf 100644 --- a/kscd/cddbdlg.cpp +++ b/kscd/cddbdlg.cpp @@ -12,13 +12,13 @@ #include <klineedit.h> #include <knuminput.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeapplication.h> #include <kdebug.h> #include <kinputdialog.h> -#include <klocale.h> +#include <tdelocale.h> #include <kcombobox.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <stdio.h> #include <math.h> |