From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/ksock.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdecore/ksock.h') 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 * @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 */ -class KDECORE_EXPORT KServerSocket : public TQObject +class KDECORE_EXPORT KServerSocket : public QObject { Q_OBJECT public: -- cgit v1.2.1