diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:41:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:51:06 +0900 |
commit | 45cb24c9e7c91929abc0556cf35b2ea49644309a (patch) | |
tree | c822c9e5583a19ba4626a8a175fcf89e122fbbbb /extra/kde352/kurifilter.h | |
parent | 3f2e6e148076710895d3e0b7f12e5d6ff5cf53e0 (diff) | |
download | pytde-45cb24c9e7c91929abc0556cf35b2ea49644309a.tar.gz pytde-45cb24c9e7c91929abc0556cf35b2ea49644309a.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 189e8d30b93c6030f8ee6171d46a865ead099181)
Diffstat (limited to 'extra/kde352/kurifilter.h')
-rw-r--r-- | extra/kde352/kurifilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde352/kurifilter.h b/extra/kde352/kurifilter.h index 682b72a..28bc6a8 100644 --- a/extra/kde352/kurifilter.h +++ b/extra/kde352/kurifilter.h @@ -141,7 +141,7 @@ public: * * @deprecated */ - KDE_DEPRECATED bool hasBeenFiltered() const { return true; } + TDE_DEPRECATED bool hasBeenFiltered() const { return true; } /** * Returns the filtered or the original URL. |