summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqnetworkprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqnetworkprotocol.h')
-rw-r--r--src/kernel/ntqnetworkprotocol.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/ntqnetworkprotocol.h b/src/kernel/ntqnetworkprotocol.h
index 28e431eb..7ab9327a 100644
--- a/src/kernel/ntqnetworkprotocol.h
+++ b/src/kernel/ntqnetworkprotocol.h
@@ -82,7 +82,7 @@ typedef TQDict< TQNetworkProtocolFactoryBase > TQNetworkProtocolDict;
class Q_EXPORT TQNetworkProtocol : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum State {
@@ -188,7 +188,7 @@ private slots:
void removeMe();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQNetworkProtocol( const TQNetworkProtocol & );
TQNetworkProtocol &operator=( const TQNetworkProtocol & );
#endif
@@ -198,7 +198,7 @@ class TQNetworkOperationPrivate;
class Q_EXPORT TQNetworkOperation : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
friend class TQUrlOperator;
public:
@@ -233,7 +233,7 @@ private:
TQNetworkOperationPrivate *d;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQNetworkOperation( const TQNetworkOperation & );
TQNetworkOperation &operator=( const TQNetworkOperation & );
#endif