summaryrefslogtreecommitdiffstats
path: root/ksim/library/chart.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:49:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 17:42:00 +0900
commit713876207189dee076b1dbb0296c124ccac38b76 (patch)
treefcafe3aa3c66eaf012892cee0a9692f6ec690709 /ksim/library/chart.h
parent0600279d2db836586db19924e74abaf3a81b0480 (diff)
downloadtdeutils-713876207189dee076b1dbb0296c124ccac38b76.tar.gz
tdeutils-713876207189dee076b1dbb0296c124ccac38b76.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2192355d1511c56c255a2d39f701c25f3ef0fdcf)
Diffstat (limited to 'ksim/library/chart.h')
-rw-r--r--ksim/library/chart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/chart.h b/ksim/library/chart.h
index be075bf..1cb53be 100644
--- a/ksim/library/chart.h
+++ b/ksim/library/chart.h
@@ -33,7 +33,7 @@ namespace KSim
* provides a graph displaying data onscreen using gkrellm themes
* @author Robbie Ward <linuxphreak@gmx.co.uk>
*/
- class KDE_EXPORT Chart : public TQWidget, public KSim::Base
+ class TDE_EXPORT Chart : public TQWidget, public KSim::Base
{
TQ_OBJECT