diff options
Diffstat (limited to 'khexedit/hexbuffer.cc')
-rw-r--r-- | khexedit/hexbuffer.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/hexbuffer.cc b/khexedit/hexbuffer.cc index 8a516a8..83cfa84 100644 --- a/khexedit/hexbuffer.cc +++ b/khexedit/hexbuffer.cc @@ -26,9 +26,9 @@ #include <tqfileinfo.h> -#include <klocale.h> -#include <kglobal.h> -#include <kglobalsettings.h> +#include <tdelocale.h> +#include <tdeglobal.h> +#include <tdeglobalsettings.h> #include <knotifyclient.h> #include "hexbuffer.h" |