summaryrefslogtreecommitdiffstats
path: root/src/libgui/hex_editor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:51:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:51:08 -0600
commitb0699f7c1623811cff1fe3794521546d30e84ee1 (patch)
tree9d95a691cc5086f0d348984b1fc86d433cdfad53 /src/libgui/hex_editor.cpp
parentf037da190037979080d407f3c6f0a88026b6bb91 (diff)
downloadpiklab-b0699f7c1623811cff1fe3794521546d30e84ee1.tar.gz
piklab-b0699f7c1623811cff1fe3794521546d30e84ee1.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/libgui/hex_editor.cpp')
-rw-r--r--src/libgui/hex_editor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgui/hex_editor.cpp b/src/libgui/hex_editor.cpp
index 395ede5..bae5c99 100644
--- a/src/libgui/hex_editor.cpp
+++ b/src/libgui/hex_editor.cpp
@@ -18,8 +18,8 @@
#include <tqlabel.h>
#include <tqtimer.h>
-#include <klocale.h>
-#include <ktempfile.h>
+#include <tdelocale.h>
+#include <tdetempfile.h>
#include "devices/base/device_group.h"
#include "devices/gui/device_group_ui.h"