diff options
Diffstat (limited to 'ksim/library/chart.h')
-rw-r--r-- | ksim/library/chart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/chart.h b/ksim/library/chart.h index be075bf..620e6ad 100644 --- a/ksim/library/chart.h +++ b/ksim/library/chart.h @@ -23,7 +23,7 @@ #include <tqwidget.h> #include "common.h" -#include <kdemacros.h> +#include <tdemacros.h> class TQColor; @@ -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 |