summaryrefslogtreecommitdiffstats
path: root/ksim/library/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/library/chart.h')
-rw-r--r--ksim/library/chart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksim/library/chart.h b/ksim/library/chart.h
index e2e7494..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,9 +33,9 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum DataType { DataIn = 0, DataOut };