From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: 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 --- dcop/client/README.dcop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dcop/client/README.dcop') diff --git a/dcop/client/README.dcop b/dcop/client/README.dcop index e352cb439..8868b1c55 100644 --- a/dcop/client/README.dcop +++ b/dcop/client/README.dcop @@ -21,7 +21,7 @@ exit-code of '0' means success. An exit-code of '1' means error, the error msg is printed to stderr and no data is printed to stdout. -dcopfind [-l] [-a] [ [ [args]]] +dcoptqfind [-l] [-a] [ [ [args]]] Finds an existing DCOP application/object. The select_func can be used to select a specific single instance out of many based on some criteria. @@ -38,7 +38,7 @@ With the -a option it prints out "" instead of a DCOPRef. With the -l option it calls "dcopstart " if no object is found, stripping off any wildcard from the . If the dcopstart command is -successful the find command is repeated, if the dcopstart command fails, an +successful the tqfind command is repeated, if the dcopstart command fails, an error message is printed to stderr and the command exits with exit-code '2'. The default selection criteria is "any". Applications can declare their own @@ -46,7 +46,7 @@ select_func as they see fit, e.g. konqueror could declare "isDoingProtocol(QString protocol)" and then the following command would select a konqueror mainwindow that is currently handling the help-protocol: - "dcopfind 'konqueror*' 'konqueror-mainwindow*' 'isDoingProtocol(QString + "dcoptqfind 'konqueror*' 'konqueror-mainwindow*' 'isDoingProtocol(QString protocol)' help" @@ -57,7 +57,7 @@ In addtion to the current syntax of dcop args you will now also be able to use to make calls with being -"DCOPRef(, )" as returned by dcopfind. +"DCOPRef(, )" as returned by dcoptqfind. Additional utilities: -- cgit v1.2.1