From b74ce5928ca980e5b5a1e611404b32c22b174934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 21 May 2024 02:10:36 +0200 Subject: [PATCH] Replace KDE_DEPRECATED with TDE_DEPRECATED. This relates to #275 - part specific to R14.1.x branch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tdecore/tdehw/tdestoragedevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };