From c0bcd64f7fce74db2ef792e73ed5eceb079fd64f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:38:32 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- chalk/core/kis_datamanager.h | 4 ++-- chalk/core/kis_paint_device.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chalk/core') diff --git a/chalk/core/kis_datamanager.h b/chalk/core/kis_datamanager.h index 79f7ddb8c..26b46081c 100644 --- a/chalk/core/kis_datamanager.h +++ b/chalk/core/kis_datamanager.h @@ -154,13 +154,13 @@ public: /** * Get a read-only pointer to the specified pixel. */ - inline KDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y) + inline TDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y) { return ACTUAL_DATAMGR::pixel(x, y); } /** * Get a read-write pointer to the specified pixel. */ - inline KDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y) + inline TDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y) { return ACTUAL_DATAMGR::writablePixel(x, y); } /** diff --git a/chalk/core/kis_paint_device.h b/chalk/core/kis_paint_device.h index e36abaf78..adcbeba42 100644 --- a/chalk/core/kis_paint_device.h +++ b/chalk/core/kis_paint_device.h @@ -235,12 +235,12 @@ public: /** * Get a read-only pointer to pixel (x, y). */ - KDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y); + TDE_DEPRECATED const TQ_UINT8* pixel(TQ_INT32 x, TQ_INT32 y); /** * Get a read-write pointer to pixel (x, y). */ - KDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y); + TDE_DEPRECATED TQ_UINT8* writablePixel(TQ_INT32 x, TQ_INT32 y); /** * Converts the paint device to a different colorspace -- cgit v1.2.3