diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 14:15:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 14:15:01 -0600 |
commit | 1b89319fd93b88313cab40f1e9de24c067b04efb (patch) | |
tree | 80132996de993c3dcab4040864d7729842875b2d /doc | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.DCOP | 2 | ||||
-rw-r--r-- | doc/README.smartcard | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.DCOP b/doc/README.DCOP index e46c83d..04c6c3d 100644 --- a/doc/README.DCOP +++ b/doc/README.DCOP @@ -18,7 +18,7 @@ QString getVersion() void doConnect() void doDisconnect() uint getConnectedTime() -QString getStatus() +QString gettqStatus() QString getCurrentProfile() void setProfile(QString profilename) void createNewProfile() diff --git a/doc/README.smartcard b/doc/README.smartcard index 65654bb..d4e5241 100644 --- a/doc/README.smartcard +++ b/doc/README.smartcard @@ -13,7 +13,7 @@ Date: 2007/13/01 03. check 'enable pkcs11 smartcard support' 04. select id type (usally id) 05. check 'use token provider library' and select one if nessary - 06. click detect button behind slot combobox (now the slots on cardreaders should shown, useally 0) + 06. click detect button behind slot combobox (now the Q_SLOTS on cardreaders should shown, useally 0) 07. select your slot 08. click detect button behind id combobox (now the content of the slot selected slot of step 6 should shown should be shown) 09. select your id |