diff options
Diffstat (limited to 'src/devices/mem24')
-rw-r--r-- | src/devices/mem24/gui/mem24_hex_view.cpp | 2 | ||||
-rw-r--r-- | src/devices/mem24/gui/mem24_memory_editor.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/mem24/gui/mem24_hex_view.cpp b/src/devices/mem24/gui/mem24_hex_view.cpp index 349e2fc..4c30905 100644 --- a/src/devices/mem24/gui/mem24_hex_view.cpp +++ b/src/devices/mem24/gui/mem24_hex_view.cpp @@ -10,7 +10,7 @@ #include <tqlayout.h> #include <tqlabel.h> -#include <klocale.h> +#include <tdelocale.h> #include "mem24_memory_editor.h" diff --git a/src/devices/mem24/gui/mem24_memory_editor.cpp b/src/devices/mem24/gui/mem24_memory_editor.cpp index c395b17..7ebd194 100644 --- a/src/devices/mem24/gui/mem24_memory_editor.cpp +++ b/src/devices/mem24/gui/mem24_memory_editor.cpp @@ -9,7 +9,7 @@ #include "mem24_memory_editor.h" #include <tqlayout.h> -#include <klocale.h> +#include <tdelocale.h> #include <kpushbutton.h> #include "common/gui/misc_gui.h" |