diff options
Diffstat (limited to 'kfloppy/floppy.cpp')
-rw-r--r-- | kfloppy/floppy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfloppy/floppy.cpp b/kfloppy/floppy.cpp index c3ee414..91593a6 100644 --- a/kfloppy/floppy.cpp +++ b/kfloppy/floppy.cpp @@ -32,14 +32,14 @@ #include <tdeconfig.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> #include <khelpmenu.h> #include <kpushbutton.h> #include <tdepopupmenu.h> #include <tdeapplication.h> #include <kprogress.h> -#include <klocale.h> +#include <tdelocale.h> #include <kcombobox.h> #include <klineedit.h> #include <dcopref.h> |