diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:16:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 12:24:29 +0900 |
commit | f7bca5cd75c603bed00a191645fa6663c0c2f915 (patch) | |
tree | fda9ead961035dbbc706c5b81e22a6f49abbabbb /src/global.h | |
parent | 65cf46861b911718d6f56cef7a38326a161137e7 (diff) | |
download | basket-f7bca5cd75c603bed00a191645fa6663c0c2f915.tar.gz basket-f7bca5cd75c603bed00a191645fa6663c0c2f915.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 39bbf0d3fc97d9c51e23923a5ff04672d465f2c3)
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index 729bc22..2f93f2a 100644 --- a/src/global.h +++ b/src/global.h @@ -38,7 +38,7 @@ class TDEAboutData; * the .h files of variables he use. * @author S�astien Laot */ -class KDE_EXPORT Global +class TDE_EXPORT Global { private: static TQString s_customSavesFolder; |