summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:41:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 18:50:14 +0900
commit81dc15bcc857fe45e3d8fc5844f69a3c62bfc098 (patch)
tree6332ddd6e3c0d2620b354dcf65bde82f0ec823e8
parentdfbdaaed71223eed62dcfe98d0dd0839fa4dd0e6 (diff)
downloadlibkdcraw-r14.1.x.tar.gz
libkdcraw-r14.1.x.zip
Replace KDE_DEPRECATED with TDE_DEPRECATEDr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 34d443bb23437bc94192747dc7f17c12801104fb)
-rw-r--r--libkdcraw/libkdcraw/kdcraw.h4
1 files 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: