diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:38:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:52:33 +0900 |
commit | 19488bbac6383bd2cb23d9a156172ef3f8b47731 (patch) | |
tree | 559ff734a13906c1b776d2633185a49f9fbe9e8e | |
parent | 9bb489fbefc81294239c500cf235bffe2fb8b8e2 (diff) | |
download | smb4k-19488bbac6383bd2cb23d9a156172ef3f8b47731.tar.gz smb4k-19488bbac6383bd2cb23d9a156172ef3f8b47731.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 67d127e2b83e01beaabbfd9a1f87932dbf646c71)
-rw-r--r-- | smb4k/core/smb4tdeglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4tdeglobal.h b/smb4k/core/smb4tdeglobal.h index d071210..e48dd60 100644 --- a/smb4k/core/smb4tdeglobal.h +++ b/smb4k/core/smb4tdeglobal.h @@ -52,7 +52,7 @@ namespace Smb4TDEGlobal TDE_EXPORT * * @returns A pointer to the global timer. */ - TQTimer *timer() KDE_DEPRECATED; + TQTimer *timer() TDE_DEPRECATED; /** * This function returns the interval of the timer. |