diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:39:56 +0900 |
commit | 41022793d6615238d3f1d6f7a544c0689a5b044e (patch) | |
tree | 3a081893f5829b2d67220ba7348e6335efb08254 | |
parent | bc3c69592f7fbc99121d1eb1e27603e1415afecc (diff) | |
download | tdegames-41022793d6615238d3f1d6f7a544c0689a5b044e.tar.gz tdegames-41022793d6615238d3f1d6f7a544c0689a5b044e.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | libtdegames/highscore/kexthighscore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/highscore/kexthighscore.h b/libtdegames/highscore/kexthighscore.h index d76df4e1..fc8c1a25 100644 --- a/libtdegames/highscore/kexthighscore.h +++ b/libtdegames/highscore/kexthighscore.h @@ -195,7 +195,7 @@ class TDE_EXPORT Manager /** @obsolete */ // KDE4 remove this - void showStatistics(bool show) KDE_DEPRECATED; + void showStatistics(bool show) TDE_DEPRECATED; /** * @since 3.3 |