summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: