diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:49:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 17:42:00 +0900 |
commit | 713876207189dee076b1dbb0296c124ccac38b76 (patch) | |
tree | fcafe3aa3c66eaf012892cee0a9692f6ec690709 /ksim/library/progress.h | |
parent | 0600279d2db836586db19924e74abaf3a81b0480 (diff) | |
download | tdeutils-713876207189dee076b1dbb0296c124ccac38b76.tar.gz tdeutils-713876207189dee076b1dbb0296c124ccac38b76.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
Diffstat (limited to 'ksim/library/progress.h')
-rw-r--r-- | ksim/library/progress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/progress.h b/ksim/library/progress.h index 9780e64..1439652 100644 --- a/ksim/library/progress.h +++ b/ksim/library/progress.h @@ -30,7 +30,7 @@ namespace KSim * provides a label with a progress bar meter * @author Robbie Ward <[email protected]> */ - class KDE_EXPORT Progress : public KSim::Label + class TDE_EXPORT Progress : public KSim::Label { TQ_OBJECT |