diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:08 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:51:08 -0600 |
| commit | b0699f7c1623811cff1fe3794521546d30e84ee1 (patch) | |
| tree | 9d95a691cc5086f0d348984b1fc86d433cdfad53 /src/devices/pic/gui/pic_hex_view.cpp | |
| parent | f037da190037979080d407f3c6f0a88026b6bb91 (diff) | |
| download | piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.tar.gz piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.zip | |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/devices/pic/gui/pic_hex_view.cpp')
| -rw-r--r-- | src/devices/pic/gui/pic_hex_view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pic/gui/pic_hex_view.cpp b/src/devices/pic/gui/pic_hex_view.cpp index bbcc161..89d1a2f 100644 --- a/src/devices/pic/gui/pic_hex_view.cpp +++ b/src/devices/pic/gui/pic_hex_view.cpp @@ -12,7 +12,7 @@ #include <tqlayout.h> #include <tqlabel.h> -#include <klocale.h> +#include <tdelocale.h> #include "pic_memory_editor.h" #include "pic_config_editor.h" |
