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/systemtray.h | |
parent | 65cf46861b911718d6f56cef7a38326a161137e7 (diff) | |
download | basket-f7bca5cd.tar.gz basket-f7bca5cd.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/systemtray.h')
-rw-r--r-- | src/systemtray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtray.h b/src/systemtray.h index cf1b974..76f28d9 100644 --- a/src/systemtray.h +++ b/src/systemtray.h @@ -29,7 +29,7 @@ class MainWindow; * hopefuly integrated in KDE 3.4 * @author S�astien Laot */ -class KDE_EXPORT KSystemTray2 : public KSystemTray +class TDE_EXPORT KSystemTray2 : public KSystemTray { TQ_OBJECT |