summaryrefslogtreecommitdiffstats
path: root/kio/DESIGN.krun
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 04:12:51 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 04:12:51 +0000
commit560378aaca1784ba19806a0414a32b20c744de39 (patch)
treece0dfd7c3febf2a1adc7603d1019a8be2083c415 /kio/DESIGN.krun
parentd4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff)
downloadtdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz
tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/DESIGN.krun')
-rw-r--r--kio/DESIGN.krun8
1 files changed, 4 insertions, 4 deletions
diff --git a/kio/DESIGN.krun b/kio/DESIGN.krun
index 948ef79a3..bd7846f9a 100644
--- a/kio/DESIGN.krun
+++ b/kio/DESIGN.krun
@@ -2,7 +2,7 @@
konq_run / krun should determine the mimetype by actually
getting the contents of the URL. It should then put the slave
on hold and tell the job-scheduler which request the
-slave is currently handling. (Status: implemented in konq_run)
+slave is currently handling. (tqStatus: implemented in konq_run)
Now krun/konq_run should determine which client should process the
result of the request.
@@ -10,17 +10,17 @@ result of the request.
* When the client belongs to the same process, no action needs to be
taken. When a new job is created for the request which is on hold the
existing slave will be re-used and the request resumed.
-(Status: implemented)
+(tqStatus: implemented)
* When the client is an external process, the on-hold-slave should be
removed from the job-scheduler and should connect itself with
klauncher. This is hard because it must ensure that the external
program does not request the slave before it has been transfered to
-klauncher. (Status: to be done)
+klauncher. (tqStatus: to be done)
* When a slave is on hold but not used for a certain period of time,
or, when another slave is put on hold, the slave should be killed.
-(Status: almost done)
+(tqStatus: almost done)
=====