diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:31 -0600 |
commit | 980088ed866120f458c10c1ec64295e84ad8ba82 (patch) | |
tree | f701c90b515e49cad03f97823ff6b10c8ca4b391 /khexedit | |
parent | a2e800c25b7f634693408c649caa43ceddac56c2 (diff) | |
download | tdeutils-980088ed866120f458c10c1ec64295e84ad8ba82.tar.gz tdeutils-980088ed866120f458c10c1ec64295e84ad8ba82.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/hexbuffer.h | 2 | ||||
-rw-r--r-- | khexedit/hexeditorwidget.h | 2 | ||||
-rw-r--r-- | khexedit/hexeditstate.h | 2 | ||||
-rw-r--r-- | khexedit/hexviewwidget.h | 2 | ||||
-rw-r--r-- | khexedit/main.cc | 6 | ||||
-rw-r--r-- | khexedit/parts/kbytesedit/kbyteseditwidget.cpp | 2 | ||||
-rw-r--r-- | khexedit/parts/kpart/khepartfactory.cpp | 2 | ||||
-rw-r--r-- | khexedit/statusbarprogress.cc | 2 | ||||
-rw-r--r-- | khexedit/toplevel.h | 2 |
9 files changed, 11 insertions, 11 deletions
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 <tqstring.h> #include <tqtextstream.h> -#include <kapplication.h> +#include <tdeapplication.h> #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 <tqvariant.h> #include <tqptrdict.h> -#include <kapplication.h> +#include <tdeapplication.h> #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 <kapplication.h> +#include <tdeapplication.h> #include <tqfont.h> #include <tqpalette.h> #include <kglobalsettings.h> 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 <tqpopupmenu.h> #include <tqscrollbar.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kcmenumngr.h> #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 <stdlib.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #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 <klocale.h> #include <kgenericfactory.h> -#include <kapplication.h> +#include <tdeapplication.h> // 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 <kinstance.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> // 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 <tqpainter.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kglobalsettings.h> #include <klocale.h> #include <tqstyle.h> 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 <tqptrlist.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdestdaccel.h> #include <tdemainwindow.h> |