From a725d4afecfa9a0f545000f4501ad37bdce2a070 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:38:59 +0900 Subject: [PATCH] Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro --- lib/pilotRecord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pilotRecord.h b/lib/pilotRecord.h index 1454966..03ca7d0 100644 --- a/lib/pilotRecord.h +++ b/lib/pilotRecord.h @@ -241,7 +241,7 @@ public: * * This constructor makes a copy of the data buffer (and owns that buffer). */ - PilotRecord(void* data, int length, int attrib, int cat, recordid_t uid) KDE_DEPRECATED; + PilotRecord(void* data, int length, int attrib, int cat, recordid_t uid) TDE_DEPRECATED; /** Constructor. Using the given buffer @p buf (which carries its * own data and length), create a record. Otherwise much like the