From 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 22 Jun 2011 00:30:31 +0000 Subject: TQt4 port kdenetwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpf/DESIGN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpf/DESIGN') diff --git a/kpf/DESIGN b/kpf/DESIGN index 7f5d9fa9..c8eac16b 100644 --- a/kpf/DESIGN +++ b/kpf/DESIGN @@ -33,7 +33,7 @@ Server May serve more than one request per connection (this is HTTP persistence.) Creates Request object on incoming request. Creates Response object when incoming request is fully received. - Sends Request and Response objects out via signals, so that they + Sends Request and Response objects out via Q_SIGNALS, so that they may be used by ActiveMonitorItem objects. WebServer @@ -93,7 +93,7 @@ traffic is received by a Server object, it simply drops the connection. A WebServer object is responsible for bandwidth management. -A Server object may not send data until it is told to by its parent (WebServer) +A Server object may not send data until it is told to by its tqparent (WebServer) object. A Server object sends a readyToWrite(this) signal when it has data to send. -- cgit v1.2.1