diff options
Diffstat (limited to 'clients/tde/src/part/companalyzer/part.h')
-rw-r--r-- | clients/tde/src/part/companalyzer/part.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clients/tde/src/part/companalyzer/part.h b/clients/tde/src/part/companalyzer/part.h index 89a03f8..5f6d77a 100644 --- a/clients/tde/src/part/companalyzer/part.h +++ b/clients/tde/src/part/companalyzer/part.h @@ -108,13 +108,13 @@ namespace RemoteLab } CompAnalyzerInstrumentLimits; #ifndef QT_NO_DATASTREAM - Q_EXPORT TQDataStream &operator<<(TQDataStream &, const CompAnalyzerMeasurement &); - Q_EXPORT TQDataStream &operator>>(TQDataStream &, CompAnalyzerMeasurement &); + TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const CompAnalyzerMeasurement &); + TQ_EXPORT TQDataStream &operator>>(TQDataStream &, CompAnalyzerMeasurement &); #endif class CompAnalyzerWorker : public TQObject { - Q_OBJECT + TQ_OBJECT public: CompAnalyzerWorker(); @@ -183,10 +183,10 @@ namespace RemoteLab class CompAnalyzerPart : public KParts::RemoteInstrumentPart { - Q_OBJECT + TQ_OBJECT public: - CompAnalyzerPart( QWidget *, const char *, TQObject *, const char *, const TQStringList&); + CompAnalyzerPart( TQWidget *, const char *, TQObject *, const char *, const TQStringList&); ~CompAnalyzerPart(); virtual bool openFile() { return false; } // pure virtual in the base class |