diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:07:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:07:29 -0600 |
commit | 3b6870c6e1177574772803b5b09416903ee40fc0 (patch) | |
tree | 03b48b993d5dcf6f87b5f76824fd215f1ae98b67 /filters/chalk | |
parent | a5df607029e00ab0240203fc24083723a23fb720 (diff) | |
download | koffice-3b6870c6e1177574772803b5b09416903ee40fc0.tar.gz koffice-3b6870c6e1177574772803b5b09416903ee40fc0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'filters/chalk')
-rw-r--r-- | filters/chalk/gmagick/kis_image_magick_converter.cc | 2 | ||||
-rw-r--r-- | filters/chalk/jpeg/kis_jpeg_converter.cc | 2 | ||||
-rw-r--r-- | filters/chalk/jpeg/kis_jpeg_export.cc | 2 | ||||
-rw-r--r-- | filters/chalk/magick/kis_image_magick_converter.cc | 2 | ||||
-rw-r--r-- | filters/chalk/pdf/kis_pdf_import.cpp | 2 | ||||
-rw-r--r-- | filters/chalk/png/kis_png_converter.cc | 2 | ||||
-rw-r--r-- | filters/chalk/png/kis_png_export.cc | 2 | ||||
-rw-r--r-- | filters/chalk/tiff/kis_dlg_options_tiff.cpp | 2 | ||||
-rw-r--r-- | filters/chalk/tiff/kis_tiff_converter.cc | 2 | ||||
-rw-r--r-- | filters/chalk/tiff/kis_tiff_export.cc | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/filters/chalk/gmagick/kis_image_magick_converter.cc b/filters/chalk/gmagick/kis_image_magick_converter.cc index bb95c672..e8d4d0d6 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.cc +++ b/filters/chalk/gmagick/kis_image_magick_converter.cc @@ -30,7 +30,7 @@ #include <tdeversion.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <kurl.h> #include <tdeio/netaccess.h> diff --git a/filters/chalk/jpeg/kis_jpeg_converter.cc b/filters/chalk/jpeg/kis_jpeg_converter.cc index b27f98e5..efdb061a 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.cc +++ b/filters/chalk/jpeg/kis_jpeg_converter.cc @@ -27,7 +27,7 @@ extern "C" { #include <tqfile.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kmessagebox.h> #include <klocale.h> diff --git a/filters/chalk/jpeg/kis_jpeg_export.cc b/filters/chalk/jpeg/kis_jpeg_export.cc index 5a5c6439..042a3c8e 100644 --- a/filters/chalk/jpeg/kis_jpeg_export.cc +++ b/filters/chalk/jpeg/kis_jpeg_export.cc @@ -22,7 +22,7 @@ #include <tqcheckbox.h> #include <tqslider.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdialogbase.h> #include <kgenericfactory.h> diff --git a/filters/chalk/magick/kis_image_magick_converter.cc b/filters/chalk/magick/kis_image_magick_converter.cc index 64c3de36..5b4b56a0 100644 --- a/filters/chalk/magick/kis_image_magick_converter.cc +++ b/filters/chalk/magick/kis_image_magick_converter.cc @@ -29,7 +29,7 @@ #include <tdeversion.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <kurl.h> #include <tdeio/netaccess.h> diff --git a/filters/chalk/pdf/kis_pdf_import.cpp b/filters/chalk/pdf/kis_pdf_import.cpp index 7ec09c97..6d668f4a 100644 --- a/filters/chalk/pdf/kis_pdf_import.cpp +++ b/filters/chalk/pdf/kis_pdf_import.cpp @@ -28,7 +28,7 @@ #include <tqradiobutton.h> // KDE's headers -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kdialogbase.h> #include <kgenericfactory.h> diff --git a/filters/chalk/png/kis_png_converter.cc b/filters/chalk/png/kis_png_converter.cc index b1bdeb71..795eb92e 100644 --- a/filters/chalk/png/kis_png_converter.cc +++ b/filters/chalk/png/kis_png_converter.cc @@ -24,7 +24,7 @@ #include <tqfile.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kmessagebox.h> #include <klocale.h> diff --git a/filters/chalk/png/kis_png_export.cc b/filters/chalk/png/kis_png_export.cc index ace65954..bb071ff2 100644 --- a/filters/chalk/png/kis_png_export.cc +++ b/filters/chalk/png/kis_png_export.cc @@ -22,7 +22,7 @@ #include <tqcheckbox.h> #include <tqslider.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdialogbase.h> #include <kgenericfactory.h> diff --git a/filters/chalk/tiff/kis_dlg_options_tiff.cpp b/filters/chalk/tiff/kis_dlg_options_tiff.cpp index 59784009..becda194 100644 --- a/filters/chalk/tiff/kis_dlg_options_tiff.cpp +++ b/filters/chalk/tiff/kis_dlg_options_tiff.cpp @@ -24,7 +24,7 @@ #include <tqslider.h> #include <tqwidgetstack.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kcombobox.h> #include <klocale.h> diff --git a/filters/chalk/tiff/kis_tiff_converter.cc b/filters/chalk/tiff/kis_tiff_converter.cc index 62de9253..ea39dec2 100644 --- a/filters/chalk/tiff/kis_tiff_converter.cc +++ b/filters/chalk/tiff/kis_tiff_converter.cc @@ -26,7 +26,7 @@ #include <tqfile.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <KoDocumentInfo.h> #include <tdeio/netaccess.h> diff --git a/filters/chalk/tiff/kis_tiff_export.cc b/filters/chalk/tiff/kis_tiff_export.cc index 28495ff4..41f38fc8 100644 --- a/filters/chalk/tiff/kis_tiff_export.cc +++ b/filters/chalk/tiff/kis_tiff_export.cc @@ -22,7 +22,7 @@ #include <tqcheckbox.h> #include <tqslider.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kcombobox.h> #include <kdialogbase.h> #include <kgenericfactory.h> |