diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:12 -0600 |
commit | c0695dee383cf8b5a856dc412a54238926599956 (patch) | |
tree | 722fff466787adda2fceda598117d7e7b5560ca0 /src/libgui/hex_editor.h | |
parent | 151a9ebb248b018d3036f7da2f58f404851917d6 (diff) | |
download | piklab-c0695dee383cf8b5a856dc412a54238926599956.tar.gz piklab-c0695dee383cf8b5a856dc412a54238926599956.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/libgui/hex_editor.h')
-rw-r--r-- | src/libgui/hex_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/hex_editor.h b/src/libgui/hex_editor.h index 420eeeb..e0684a0 100644 --- a/src/libgui/hex_editor.h +++ b/src/libgui/hex_editor.h @@ -10,7 +10,7 @@ #ifndef HEX_EDITOR_H #define HEX_EDITOR_H -#include <kparts/part.h> +#include <tdeparts/part.h> #include "device_editor.h" #include "devices/base/hex_buffer.h" |