diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:38:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:53:50 +0900 |
commit | 41c5e5800d68a888b843e6f067bda16b8ed788ba (patch) | |
tree | 2f9f37bcd76a983002e9b25ee134c1b7aa39faf9 | |
parent | f28feea0875563b43816bb5c33dc07b645e52760 (diff) | |
download | kpilot-41c5e5800d68a888b843e6f067bda16b8ed788ba.tar.gz kpilot-41c5e5800d68a888b843e6f067bda16b8ed788ba.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a725d4afecfa9a0f545000f4501ad37bdce2a070)
-rw-r--r-- | lib/pilotRecord.h | 2 |
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 |