summaryrefslogtreecommitdiffstats
path: root/kdecore/ksock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/ksock.h')
-rw-r--r--kdecore/ksock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdecore/ksock.h b/kdecore/ksock.h
index 7981bd233..8f2c9280c 100644
--- a/kdecore/ksock.h
+++ b/kdecore/ksock.h
@@ -84,7 +84,7 @@ class KServerSocketPrivate;
* @author Torben Weis <weis@uni-frankfurt.de>
* @short A TCP/IP client socket.
*/
-class KDECORE_EXPORT KSocket : public TQObject
+class KDECORE_EXPORT KSocket : public QObject
{
Q_OBJECT
public:
@@ -234,7 +234,7 @@ private:
* @deprecated
* This class is deprecated and will be removed in the future.
* Please use the classes in KNetwork for new programs.
- * In special, this class is tqreplaced by KNetwork::KStreamSocket
+ * In special, this class is replaced by KNetwork::KStreamSocket
* and KNetwork::KServerSocket.
*
* You can use a KServerSocket to listen on a port for incoming
@@ -247,7 +247,7 @@ private:
*
* @author Torben Weis <weis@stud.uni-frankfurt.de>
*/
-class KDECORE_EXPORT KServerSocket : public TQObject
+class KDECORE_EXPORT KServerSocket : public QObject
{
Q_OBJECT
public: