summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 17:46:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 18:33:55 +0900
commit8c43bd93fbf31acb7d1991b3fab73c9cd828a462 (patch)
treee2d2077631aa4a524f89cee16af2ae5a5e7390f6 /chalk/colorspaces
parentda1d4d6aae97ba298b2473dba085cac5136303a2 (diff)
downloadkoffice-8c43bd93.tar.gz
koffice-8c43bd93.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cfca5c012fea24d82a4fc93aa96feb464a58bf94)
Diffstat (limited to 'chalk/colorspaces')
-rw-r--r--chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.cpp2
-rw-r--r--chalk/colorspaces/cmyk_u8/cmyk_plugin.cpp2
-rw-r--r--chalk/colorspaces/gray_u16/gray_u16_plugin.cpp2
-rw-r--r--chalk/colorspaces/gray_u8/gray_plugin.cpp2
-rw-r--r--chalk/colorspaces/lms_f32/lms_f32_plugin.cpp2
-rw-r--r--chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.cpp2
-rw-r--r--chalk/colorspaces/rgb_f32/rgb_f32_plugin.cpp2
-rw-r--r--chalk/colorspaces/rgb_u16/rgb_u16_plugin.cpp2
-rw-r--r--chalk/colorspaces/rgb_u8/rgb_plugin.cpp2
-rw-r--r--chalk/colorspaces/wet/wet_plugin.cpp2
-rw-r--r--chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp2
-rw-r--r--chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp2
-rw-r--r--chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp2
-rw-r--r--chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.cpp2
-rw-r--r--chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.cpp2
15 files changed, 15 insertions, 15 deletions
diff --git a/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.cpp b/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.cpp
index 4195ff225..5989d185e 100644
--- a/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.cpp
+++ b/chalk/colorspaces/cmyk_u16/cmyk_u16_plugin.cpp
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/cmyk_u8/cmyk_plugin.cpp b/chalk/colorspaces/cmyk_u8/cmyk_plugin.cpp
index 588e286cd..4447029a6 100644
--- a/chalk/colorspaces/cmyk_u8/cmyk_plugin.cpp
+++ b/chalk/colorspaces/cmyk_u8/cmyk_plugin.cpp
@@ -20,7 +20,7 @@
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/gray_u16/gray_u16_plugin.cpp b/chalk/colorspaces/gray_u16/gray_u16_plugin.cpp
index 7c1896f94..4c8625c34 100644
--- a/chalk/colorspaces/gray_u16/gray_u16_plugin.cpp
+++ b/chalk/colorspaces/gray_u16/gray_u16_plugin.cpp
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/gray_u8/gray_plugin.cpp b/chalk/colorspaces/gray_u8/gray_plugin.cpp
index 7f177eea1..43b37fe39 100644
--- a/chalk/colorspaces/gray_u8/gray_plugin.cpp
+++ b/chalk/colorspaces/gray_u8/gray_plugin.cpp
@@ -19,7 +19,7 @@
*/
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/lms_f32/lms_f32_plugin.cpp b/chalk/colorspaces/lms_f32/lms_f32_plugin.cpp
index 2c83ccd6c..4dd99f05a 100644
--- a/chalk/colorspaces/lms_f32/lms_f32_plugin.cpp
+++ b/chalk/colorspaces/lms_f32/lms_f32_plugin.cpp
@@ -21,7 +21,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.cpp b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.cpp
index 32505bc88..16012ef53 100644
--- a/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.cpp
+++ b/chalk/colorspaces/rgb_f16half/rgb_f16half_plugin.cpp
@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.cpp b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.cpp
index adc540ac0..a521ae43c 100644
--- a/chalk/colorspaces/rgb_f32/rgb_f32_plugin.cpp
+++ b/chalk/colorspaces/rgb_f32/rgb_f32_plugin.cpp
@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.cpp b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.cpp
index da6e6e427..8fb195bce 100644
--- a/chalk/colorspaces/rgb_u16/rgb_u16_plugin.cpp
+++ b/chalk/colorspaces/rgb_u16/rgb_u16_plugin.cpp
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/rgb_u8/rgb_plugin.cpp b/chalk/colorspaces/rgb_u8/rgb_plugin.cpp
index 33f18b17f..bc7964e2a 100644
--- a/chalk/colorspaces/rgb_u8/rgb_plugin.cpp
+++ b/chalk/colorspaces/rgb_u8/rgb_plugin.cpp
@@ -24,7 +24,7 @@
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wet/wet_plugin.cpp b/chalk/colorspaces/wet/wet_plugin.cpp
index 896ef2a6d..083567179 100644
--- a/chalk/colorspaces/wet/wet_plugin.cpp
+++ b/chalk/colorspaces/wet/wet_plugin.cpp
@@ -31,7 +31,7 @@
#include <tdeactionclasses.h>
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp
index 97c892b2b..4fb4f60d0 100644
--- a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp
+++ b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp
@@ -19,7 +19,7 @@
*/
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp b/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp
index c53f6ea08..a48ebc95a 100644
--- a/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp
+++ b/chalk/colorspaces/wetsticky/kis_ws_engine_filter.cpp
@@ -26,7 +26,7 @@
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp b/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp
index e56e4cc88..cd2c0d196 100644
--- a/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp
+++ b/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp
@@ -19,7 +19,7 @@
*/
#include <tdelocale.h>
#include <kiconloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdemessagebox.h>
#include <kstandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.cpp b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.cpp
index 4371a20a4..5b52489d7 100644
--- a/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.cpp
+++ b/chalk/colorspaces/ycbcr_u16/ycbcr_u16_plugin.cpp
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>
diff --git a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.cpp b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.cpp
index 6c3ac2437..1f2b845d3 100644
--- a/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.cpp
+++ b/chalk/colorspaces/ycbcr_u8/ycbcr_u8_plugin.cpp
@@ -20,7 +20,7 @@
#include "ycbcr_u8_plugin.h"
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kgenericfactory.h>
#include <kdebug.h>