diff options
Diffstat (limited to 'clients/tde/src/part/scope/part.h')
-rw-r--r-- | clients/tde/src/part/scope/part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/tde/src/part/scope/part.h b/clients/tde/src/part/scope/part.h index f483a6b..26e41de 100644 --- a/clients/tde/src/part/scope/part.h +++ b/clients/tde/src/part/scope/part.h @@ -54,7 +54,7 @@ namespace RemoteLab { class TraceControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TraceControlWidget(TQWidget *parent=0, const char *name=0); @@ -89,7 +89,7 @@ namespace RemoteLab class MathTraceControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MathTraceControlWidget(TQWidget *parent=0, const char *name=0); @@ -143,7 +143,7 @@ namespace RemoteLab class TimebaseControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TimebaseControlWidget(TQWidget *parent=0, const char *name=0); @@ -169,7 +169,7 @@ namespace RemoteLab class ScopePart : public KParts::RemoteInstrumentPart { - Q_OBJECT + TQ_OBJECT public: ScopePart( QWidget *, const char *, TQObject *, const char *, const TQStringList&); |