summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-05-21 02:10:36 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-05-21 02:10:36 +0200
commitb74ce5928ca980e5b5a1e611404b32c22b174934 (patch)
treee6d0b0727949cf29eabc5ec2fe204add72bd90cd
parent8ea80a77bfae1051fe7cb5562a6a5f3e9e2f115e (diff)
downloadtdelibs-b74ce5928ca980e5b5a1e611404b32c22b174934.tar.gz
tdelibs-b74ce5928ca980e5b5a1e611404b32c22b174934.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED.
This relates to #275 - part specific to R14.1.x branch. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--tdecore/tdehw/tdestoragedevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h
index a16bf978b..0c3aba844 100644
--- a/tdecore/tdehw/tdestoragedevice.h
+++ b/tdecore/tdehw/tdestoragedevice.h
@@ -108,7 +108,7 @@ enum TDEDiskDeviceStatus {
UsedByDevice = 0x00000010,
UsesDevice = 0x00000020,
ContainsFilesystem = 0x00000040,
- Hotpluggable KDE_DEPRECATED = 0x00000080 , //< @deprecated; use Removable instead
+ Hotpluggable TDE_DEPRECATED = 0x00000080 , //< @deprecated; use Removable instead
Hidden = 0x00000100,
Other = 0x80000000
};