diff options
Diffstat (limited to 'clients/tde/src/part/prototerminal/part.h')
-rw-r--r-- | clients/tde/src/part/prototerminal/part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tde/src/part/prototerminal/part.h b/clients/tde/src/part/prototerminal/part.h index 3ec676d..1a268a2 100644 --- a/clients/tde/src/part/prototerminal/part.h +++ b/clients/tde/src/part/prototerminal/part.h @@ -58,7 +58,7 @@ namespace RemoteLab class ProtoTerminalWorker : public TQObject { - TQ_OBJECT + Q_OBJECT public: ProtoTerminalWorker(); @@ -94,7 +94,7 @@ namespace RemoteLab class ProtoTerminalPart : public KParts::RemoteInstrumentPart { - TQ_OBJECT + Q_OBJECT public: ProtoTerminalPart( QWidget *, const char *, TQObject *, const char *, const TQStringList&); |