From 34d443bb23437bc94192747dc7f17c12801104fb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:41:30 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- libkdcraw/libkdcraw/kdcraw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libkdcraw/libkdcraw/kdcraw.h b/libkdcraw/libkdcraw/kdcraw.h index b98ae3b..93d9771 100644 --- a/libkdcraw/libkdcraw/kdcraw.h +++ b/libkdcraw/libkdcraw/kdcraw.h @@ -178,7 +178,7 @@ protected: /** This method is obsolete and will be removed in the future. */ - virtual bool checkToCancelReceivingData() KDE_DEPRECATED; + virtual bool checkToCancelReceivingData() TDE_DEPRECATED; /** Re-implement this method to control the pseudo progress value during RAW decoding (when dcraw run with an internal loop without feedback) with your proper environment. By default, this method do nothing. @@ -188,7 +188,7 @@ protected: /** This method is obsolete and will be removed in the future. */ - virtual void setReceivingDataProgress(double value) KDE_DEPRECATED; + virtual void setReceivingDataProgress(double value) TDE_DEPRECATED; private: -- cgit v1.2.1