summaryrefslogtreecommitdiffstats
path: root/filters/chalk/gmagick/kis_image_magick_converter.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:57:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:57:47 -0600
commit6ec5cc8d82b29c330def669cf20534cadd2cf29e (patch)
tree7e66b929b5455837f22ea54ed91fc9af6f64f7bf /filters/chalk/gmagick/kis_image_magick_converter.cc
parent68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 (diff)
downloadkoffice-6ec5cc8d82b29c330def669cf20534cadd2cf29e.tar.gz
koffice-6ec5cc8d82b29c330def669cf20534cadd2cf29e.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'filters/chalk/gmagick/kis_image_magick_converter.cc')
-rw-r--r--filters/chalk/gmagick/kis_image_magick_converter.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/filters/chalk/gmagick/kis_image_magick_converter.cc b/filters/chalk/gmagick/kis_image_magick_converter.cc
index 22982cc5d..59f35ce36 100644
--- a/filters/chalk/gmagick/kis_image_magick_converter.cc
+++ b/filters/chalk/gmagick/kis_image_magick_converter.cc
@@ -309,7 +309,7 @@ namespace {
static bool init = false;
if (!init) {
- KApplication *app = KApplication::kApplication();
+ TDEApplication *app = TDEApplication::kApplication();
InitializeMagick(*app -> argv());
atexit(DestroyMagick);
@@ -330,7 +330,7 @@ namespace {
#if 0
MagickBooleanType monitor(const char *text, const ExtendedSignedIntegralType, const ExtendedUnsignedIntegralType, ExceptionInfo *)
{
- KApplication *app = KApplication::kApplication();
+ TDEApplication *app = TDEApplication::kApplication();
Q_ASSERT(app);
@@ -343,7 +343,7 @@ namespace {
#else
unsigned int monitor(const char *text, const ExtendedSignedIntegralType, const ExtendedUnsignedIntegralType, ExceptionInfo *)
{
- KApplication *app = KApplication::kApplication();
+ TDEApplication *app = TDEApplication::kApplication();
Q_ASSERT(app);