From 980088ed866120f458c10c1ec64295e84ad8ba82 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:19:31 -0600 Subject: Rename common header files for consistency with class renaming --- khexedit/hexbuffer.h | 2 +- khexedit/hexeditorwidget.h | 2 +- khexedit/hexeditstate.h | 2 +- khexedit/hexviewwidget.h | 2 +- khexedit/main.cc | 6 +++--- khexedit/parts/kbytesedit/kbyteseditwidget.cpp | 2 +- khexedit/parts/kpart/khepartfactory.cpp | 2 +- khexedit/statusbarprogress.cc | 2 +- khexedit/toplevel.h | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) (limited to 'khexedit') diff --git a/khexedit/hexbuffer.h b/khexedit/hexbuffer.h index b06a40b..938309d 100644 --- a/khexedit/hexbuffer.h +++ b/khexedit/hexbuffer.h @@ -37,7 +37,7 @@ #include #include -#include +#include #include "conversion.h" #include "hexeditstate.h" diff --git a/khexedit/hexeditorwidget.h b/khexedit/hexeditorwidget.h index 0f63a89..030b135 100644 --- a/khexedit/hexeditorwidget.h +++ b/khexedit/hexeditorwidget.h @@ -28,7 +28,7 @@ #include #include -#include +#include #include "hexbuffer.h" #include "hexviewwidget.h" diff --git a/khexedit/hexeditstate.h b/khexedit/hexeditstate.h index 339a26a..82d7970 100644 --- a/khexedit/hexeditstate.h +++ b/khexedit/hexeditstate.h @@ -21,7 +21,7 @@ #ifndef _HEX_EDIT_STATE_H_ #define _HEX_EDIT_STATE_H_ -#include +#include #include #include #include diff --git a/khexedit/hexviewwidget.h b/khexedit/hexviewwidget.h index 85fd284..358cab4 100644 --- a/khexedit/hexviewwidget.h +++ b/khexedit/hexviewwidget.h @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include "hexclipboard.h" diff --git a/khexedit/main.cc b/khexedit/main.cc index d687ce9..5a054bf 100644 --- a/khexedit/main.cc +++ b/khexedit/main.cc @@ -21,10 +21,10 @@ #include -#include +#include #include -#include -#include +#include +#include #include "toplevel.h" #include "version.h" // Contains khexedit name string and version string diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.cpp b/khexedit/parts/kbytesedit/kbyteseditwidget.cpp index cb2b549..342e1cc 100644 --- a/khexedit/parts/kbytesedit/kbyteseditwidget.cpp +++ b/khexedit/parts/kbytesedit/kbyteseditwidget.cpp @@ -20,7 +20,7 @@ // kde specific #include #include -#include +#include // lib specific #include "kbytesedit.h" #include "kbyteseditwidget.h" diff --git a/khexedit/parts/kpart/khepartfactory.cpp b/khexedit/parts/kpart/khepartfactory.cpp index 4f6cd8f..b7116e6 100644 --- a/khexedit/parts/kpart/khepartfactory.cpp +++ b/khexedit/parts/kpart/khepartfactory.cpp @@ -17,7 +17,7 @@ // kde specific #include -#include +#include #include // app specific #include "khepart.h" diff --git a/khexedit/statusbarprogress.cc b/khexedit/statusbarprogress.cc index 5e7814d..f5e89d8 100644 --- a/khexedit/statusbarprogress.cc +++ b/khexedit/statusbarprogress.cc @@ -23,7 +23,7 @@ #include -#include +#include #include #include #include diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h index a31871c..6991a58 100644 --- a/khexedit/toplevel.h +++ b/khexedit/toplevel.h @@ -26,7 +26,7 @@ #endif #include -#include +#include #include #include -- cgit v1.2.3