diff options
Diffstat (limited to 'kresources/groupwise/soap')
-rw-r--r-- | kresources/groupwise/soap/groupwiseserver.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/ksslsocket.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kresources/groupwise/soap/groupwiseserver.h b/kresources/groupwise/soap/groupwiseserver.h index c37cc1486..95218be06 100644 --- a/kresources/groupwise/soap/groupwiseserver.h +++ b/kresources/groupwise/soap/groupwiseserver.h @@ -94,7 +94,7 @@ class DeltaInfo class GroupwiseServer : public TQObject { Q_OBJECT - TQ_OBJECT + public: bool checkResponse( int result, ngwt__Status *status ); diff --git a/kresources/groupwise/soap/ksslsocket.h b/kresources/groupwise/soap/ksslsocket.h index 5158d0016..a83672369 100644 --- a/kresources/groupwise/soap/ksslsocket.h +++ b/kresources/groupwise/soap/ksslsocket.h @@ -28,7 +28,7 @@ class KSSLSocketPrivate; class KSSLSocket : public KExtendedSocket { Q_OBJECT - TQ_OBJECT + public: KSSLSocket(); |