diff options
Diffstat (limited to 'clients/tde/src/part/scope/part.h')
-rw-r--r-- | clients/tde/src/part/scope/part.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clients/tde/src/part/scope/part.h b/clients/tde/src/part/scope/part.h index dbe4066..f9f6790 100644 --- a/clients/tde/src/part/scope/part.h +++ b/clients/tde/src/part/scope/part.h @@ -56,7 +56,7 @@ namespace RemoteLab { class TraceControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TraceControlWidget(TQWidget *parent=0, const char *name=0); @@ -91,7 +91,7 @@ namespace RemoteLab class TracePostProcessControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TracePostProcessControlWidget(TQWidget *parent=0, const char *name=0); @@ -119,7 +119,7 @@ namespace RemoteLab class MathTraceControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MathTraceControlWidget(TQWidget *parent=0, const char *name=0); @@ -173,7 +173,7 @@ namespace RemoteLab class TimebaseControlWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TimebaseControlWidget(TQWidget *parent=0, const char *name=0); @@ -199,10 +199,10 @@ namespace RemoteLab class ScopePart : public KParts::RemoteInstrumentPart { - Q_OBJECT + TQ_OBJECT public: - ScopePart( QWidget *, const char *, TQObject *, const char *, const TQStringList&); + ScopePart( TQWidget *, const char *, TQObject *, const char *, const TQStringList&); ~ScopePart(); virtual bool openFile() { return false; } // pure virtual in the base class |