diff options
Diffstat (limited to 'khexedit/lib')
-rw-r--r-- | khexedit/lib/Makefile.am | 2 | ||||
-rw-r--r-- | khexedit/lib/kbufferranges.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/Makefile.am b/khexedit/lib/Makefile.am index e2f9b3c..6b124d3 100644 --- a/khexedit/lib/Makefile.am +++ b/khexedit/lib/Makefile.am @@ -26,7 +26,7 @@ noinst_HEADERS = kcolumn.h kbordercolumn.h koffsetcolumn.h \ kbuffercolumn.h kvaluecolumn.h kcharcolumn.h \ kbytecodec.h koffsetformat.h khexedit_export.h \ kbuffercursor.h kbufferlayout.h kbufferranges.h \ - kbuffercoord.h kselection.h \ + kbuffercoord.h tdeselection.h \ kcursor.h kbufferdrag.h \ kcoordrange.h ksectionlist.h kcoordrangelist.h \ khechar.h kcharcodec.h \ diff --git a/khexedit/lib/kbufferranges.h b/khexedit/lib/kbufferranges.h index 622ff4a..28e9f80 100644 --- a/khexedit/lib/kbufferranges.h +++ b/khexedit/lib/kbufferranges.h @@ -20,7 +20,7 @@ // lib specific #include "kbufferlayout.h" -#include "kselection.h" +#include "tdeselection.h" #include "ksectionlist.h" #include "kcoordrangelist.h" |