diff options
author | Chris <[email protected]> | 2019-08-12 18:42:41 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-08-13 11:47:49 +0900 |
commit | 339b431a6e47beec5a35b728415af4f269f407f1 (patch) | |
tree | ced2b3e13cf519cbab3690b450abdf3c67c4e7bf /README | |
parent | 30efa31c1bbffb51602045f29e9034337157ec3f (diff) | |
download | tqca-339b431a6e47beec5a35b728415af4f269f407f1.tar.gz tqca-339b431a6e47beec5a35b728415af4f269f407f1.zip |
Replace Qt branding with TQt ones.r14.0.7
Signed-off-by: Chris <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 24c97b77f50f29d9296a005e9f3f5ba0a38319b1)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Qt Cryptographic Architecture +TQt Cryptographic Architecture ----------------------------- Version: API v1.0, Plugin v1 Author: Justin Karneges <[email protected]> @@ -20,7 +20,7 @@ upgrading a crypto plugin. Also, by pushing crypto functionality into plugins, your application is free of legal issues, such as export regulation. -And of course, you get a very simple crypto API for Qt, where you can +And of course, you get a very simple crypto API for TQt, where you can do things like: TQString hash = QCA::SHA1::hashToString(blockOfData); |