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 12:41:30 +0900
commit34d443bb23437bc94192747dc7f17c12801104fb (patch)
tree7971cd710a6d951811d3f2e117e755c8ffd024ba
parent6c5063171214b55ae054b2968714efc64766bea0 (diff)
downloadlibkdcraw-34d443bb23437bc94192747dc7f17c12801104fb.tar.gz
libkdcraw-34d443bb23437bc94192747dc7f17c12801104fb.zip
Replace KDE_DEPRECATED with TDE_DEPRECATEDHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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: