diff options
Diffstat (limited to 'ksim/library/chart.h')
-rw-r--r-- | ksim/library/chart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/chart.h b/ksim/library/chart.h index 6f8cfeb..e2e7494 100644 --- a/ksim/library/chart.h +++ b/ksim/library/chart.h @@ -36,7 +36,7 @@ namespace KSim class KDE_EXPORT Chart : public TQWidget, public KSim::Base { Q_OBJECT - TQ_OBJECT + public: enum DataType { DataIn = 0, DataOut }; enum LabelType { Label = 0, Progress, Led }; |