diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2025-05-25 13:00:08 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2025-05-25 13:00:08 -0500 |
commit | f7bed30a8018b109ce25f16d015b1eb6fca6b41b (patch) | |
tree | 3c345712bcc0b8204094a4e5b645b9a3845bb18c /clients/tde/src/widgets/sevensegment.h | |
parent | 35529a2fb04893ca887dd11c700e22889ff7696c (diff) | |
download | ulab-master.tar.gz ulab-master.zip |
Diffstat (limited to 'clients/tde/src/widgets/sevensegment.h')
-rw-r--r-- | clients/tde/src/widgets/sevensegment.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/tde/src/widgets/sevensegment.h b/clients/tde/src/widgets/sevensegment.h index 62b3b00..c568a72 100644 --- a/clients/tde/src/widgets/sevensegment.h +++ b/clients/tde/src/widgets/sevensegment.h @@ -30,7 +30,7 @@ class Display7SegmentPrivate; class TQ_EXPORT Display7Segment : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(SegmentStyle) TQ_PROPERTY(SegmentStyle segmentStyle READ segmentStyle WRITE setSegmentStyle) @@ -69,7 +69,7 @@ class TQ_EXPORT Display7Segment : public TQFrame class TQ_EXPORT Display7SegmentArray : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(SegmentStyle) TQ_PROPERTY(SegmentStyle segmentStyle READ segmentStyle WRITE setSegmentStyle) @@ -96,4 +96,4 @@ class TQ_EXPORT Display7SegmentArray : public TQFrame void init(); }; -#endif
\ No newline at end of file +#endif |