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>
pull/280/head
Slávek Banko 1 month ago
parent 8ea80a77bf
commit b74ce5928c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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
};

Loading…
Cancel
Save