summaryrefslogtreecommitdiffstats
path: root/doc/html/qnetworkprotocol-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qnetworkprotocol-h.html')
-rw-r--r--doc/html/qnetworkprotocol-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qnetworkprotocol-h.html b/doc/html/qnetworkprotocol-h.html
index 6cb85665..dae446c0 100644
--- a/doc/html/qnetworkprotocol-h.html
+++ b/doc/html/qnetworkprotocol-h.html
@@ -118,7 +118,7 @@ typedef TQDict< TQNetworkProtocolFactoryBase > TQNetworkProtocolDict;
class Q_EXPORT TQNetworkProtocol : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum State {
@@ -224,7 +224,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
@@ -234,7 +234,7 @@ class TQNetworkOperationPrivate;
class Q_EXPORT TQNetworkOperation : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
friend class TQUrlOperator;
public:
@@ -269,7 +269,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