diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:38:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:38:06 +0900 |
commit | 67d127e2b83e01beaabbfd9a1f87932dbf646c71 (patch) | |
tree | 559ff734a13906c1b776d2633185a49f9fbe9e8e | |
parent | 7fb98fd0a6d5f5af402b274d4edb1cfc80a731e0 (diff) | |
download | smb4k-67d127e2.tar.gz smb4k-67d127e2.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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. |