summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:38:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:38:59 +0900
commita725d4afecfa9a0f545000f4501ad37bdce2a070 (patch)
treee75921d099cff31091467a378c10fab3e03d6a6a
parent9de594378bf48ba52e8db36ba49db3c2b682ec6e (diff)
downloadkpilot-master.tar.gz
kpilot-master.zip
Replace KDE_DEPRECATED with TDE_DEPRECATEDHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--lib/pilotRecord.h2
1 files changed, 1 insertions, 1 deletions
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