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 17:46:02 +0900
commitcfca5c012fea24d82a4fc93aa96feb464a58bf94 (patch)
tree0d56ff3d53aec7aede61c37da4fc3188c5f2528a /chalk/colorspaces
parent8870815cc64f172228322891053943d7ab8557bb (diff)
downloadkoffice-cfca5c012fea24d82a4fc93aa96feb464a58bf94.tar.gz
koffice-cfca5c012fea24d82a4fc93aa96feb464a58bf94.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 9373576f2..1400f247c 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 <tdestandarddirs.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 9c0e8c3de..0974c0a8e 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 <tdestandarddirs.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 6c07c1b41..58a967c33 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 <tdestandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wet/wet_plugin.cpp b/chalk/colorspaces/wet/wet_plugin.cpp
index ee94a8f93..fde4dc2c0 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 <tdestandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp b/chalk/colorspaces/wetsticky/brushop/wsbrushpaintop_plugin.cpp
index d91eb3d92..629e97de5 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 <tdestandarddirs.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 23fa9433f..3e151967f 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 <tdestandarddirs.h>
#include <tdetempfile.h>
diff --git a/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp b/chalk/colorspaces/wetsticky/wet_sticky_plugin.cpp
index 3b9363ce5..65c7eb510 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 <tdestandarddirs.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>