diff options
Diffstat (limited to 'lib/libtqtrla/src/tqtrla.h')
| -rw-r--r-- | lib/libtqtrla/src/tqtrla.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h index 21ce169..4904fa4 100644 --- a/lib/libtqtrla/src/tqtrla.h +++ b/lib/libtqtrla/src/tqtrla.h @@ -49,7 +49,7 @@ namespace KParts class TDEPARTS_EXPORT RemoteInstrumentPart : public Part { - Q_OBJECT + TQ_OBJECT public: RemoteInstrumentPart(TQObject *parent = 0, const char *name = 0); @@ -117,8 +117,8 @@ namespace KParts typedef TQMemArray<float> TQFloatArray; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const TQFloatArray &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, TQFloatArray &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const TQFloatArray &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, TQFloatArray &); #endif // ============================================================================= @@ -126,8 +126,8 @@ Q_EXPORT TQDataStream &operator>>(TQDataStream &, TQFloatArray &); typedef TQMemArray<double> TQDoubleArray; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const TQDoubleArray &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, TQDoubleArray &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const TQDoubleArray &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, TQDoubleArray &); #endif // ============================================================================= @@ -144,13 +144,13 @@ class ServiceType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const ServiceType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, ServiceType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const ServiceType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, ServiceType &); #endif typedef TQValueList<ServiceType> ServiceList; -Q_EXPORT bool operator==(const ServiceType &s1, const ServiceType &s2); +TQ_EXPORT bool operator==(const ServiceType &s1, const ServiceType &s2); // ============================================================================= @@ -165,8 +165,8 @@ class StationType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const StationType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, StationType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const StationType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, StationType &); #endif class StationList : public TQValueList<StationType> @@ -195,8 +195,8 @@ class SensorType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const SensorType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, SensorType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const SensorType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, SensorType &); #endif typedef TQValueList<SensorType> SensorList; @@ -219,8 +219,8 @@ class TerminalServiceStatusType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const TerminalServiceStatusType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, TerminalServiceStatusType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const TerminalServiceStatusType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, TerminalServiceStatusType &); #endif typedef TQValueList<TerminalServiceStatusType> TerminalServiceStatusList; @@ -243,8 +243,8 @@ class WorkspaceServiceStatusType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const WorkspaceServiceStatusType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, WorkspaceServiceStatusType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const WorkspaceServiceStatusType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, WorkspaceServiceStatusType &); #endif typedef TQValueList<WorkspaceServiceStatusType> WorkspaceServiceStatusList; @@ -261,8 +261,8 @@ class TerminalServiceAuthGroupType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const TerminalServiceAuthGroupType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, TerminalServiceAuthGroupType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const TerminalServiceAuthGroupType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, TerminalServiceAuthGroupType &); #endif class TerminalServiceAuthGroupList : public TQValueList<TerminalServiceAuthGroupType> @@ -286,8 +286,8 @@ class WorkspaceServiceAuthGroupType }; #ifndef QT_NO_DATASTREAM -Q_EXPORT TQDataStream &operator<<(TQDataStream &, const WorkspaceServiceAuthGroupType &); -Q_EXPORT TQDataStream &operator>>(TQDataStream &, WorkspaceServiceAuthGroupType &); +TQ_EXPORT TQDataStream &operator<<(TQDataStream &, const WorkspaceServiceAuthGroupType &); +TQ_EXPORT TQDataStream &operator>>(TQDataStream &, WorkspaceServiceAuthGroupType &); #endif class WorkspaceServiceAuthGroupList : public TQValueList<WorkspaceServiceAuthGroupType> |
