diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:48:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:48:17 -0600 |
commit | 63f984a752aa6a6a73e3af795b05a5a042833eff (patch) | |
tree | 89b2d1529273ebe59f8c41800aa6c53ee4c29bb1 /chalk/colorspaces/gray_u8 | |
parent | 3b6870c6e1177574772803b5b09416903ee40fc0 (diff) | |
download | koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.tar.gz koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'chalk/colorspaces/gray_u8')
-rw-r--r-- | chalk/colorspaces/gray_u8/gray_plugin.cc | 6 | ||||
-rw-r--r-- | chalk/colorspaces/gray_u8/kis_gray_colorspace.cc | 4 | ||||
-rw-r--r-- | chalk/colorspaces/gray_u8/kis_gray_colorspace.h | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chalk/colorspaces/gray_u8/gray_plugin.cc b/chalk/colorspaces/gray_u8/gray_plugin.cc index d6533c79..7d03d5f6 100644 --- a/chalk/colorspaces/gray_u8/gray_plugin.cc +++ b/chalk/colorspaces/gray_u8/gray_plugin.cc @@ -17,12 +17,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> #include <kinstance.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kstandarddirs.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kdebug.h> #include <kgenericfactory.h> diff --git a/chalk/colorspaces/gray_u8/kis_gray_colorspace.cc b/chalk/colorspaces/gray_u8/kis_gray_colorspace.cc index a913dc49..7968e311 100644 --- a/chalk/colorspaces/gray_u8/kis_gray_colorspace.cc +++ b/chalk/colorspaces/gray_u8/kis_gray_colorspace.cc @@ -26,9 +26,9 @@ #include <tqimage.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> -#include <kglobal.h> +#include <tdeglobal.h> #include "kis_abstract_colorspace.h" #include "kis_u8_base_colorspace.h" diff --git a/chalk/colorspaces/gray_u8/kis_gray_colorspace.h b/chalk/colorspaces/gray_u8/kis_gray_colorspace.h index 3f572479..138778be 100644 --- a/chalk/colorspaces/gray_u8/kis_gray_colorspace.h +++ b/chalk/colorspaces/gray_u8/kis_gray_colorspace.h @@ -19,7 +19,7 @@ #define KIS_STRATEGY_COLORSPACE_GRAYSCALE_H_ #include <tqcolor.h> -#include <klocale.h> +#include <tdelocale.h> #include <koffice_export.h> |