summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-10-31 00:13:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-31 00:14:22 +0900
commite8933e99b4600d91e9eab7d1ad3a2d35813028a9 (patch)
treeb2899fd1ef651a1bff56918ace94625a4bc14aa0 /README
parente8494e60efeb94c67c813d1c1c038031915e8c17 (diff)
downloadpolkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.tar.gz
polkit-tqt-e8933e99b4600d91e9eab7d1ad3a2d35813028a9.zip
More Qt->TQt conversion and some clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index efc31d867..f7c87ad1a 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-Polkit-qt
-========
+Polkit-tqt
+==========
-What is Polkit-qt?
+What is Polkit-tqt?
------------------
-Polkit-qt is a library that lets developers use the PolicyKit API through a nice
-Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that
+Polkit-tqt is a library that lets developers use the PolicyKit API through a nice
+TQt-styled API. It is mainly a wrapper around TQAction and TQAbstractButton that
lets you integrate those two component easily with PolicyKit
This directory contains the sources of the library.
@@ -14,7 +14,7 @@ Structure
* cmake/
Contains the cmake checks that are needed to build the library,
- and a FindPolkitQt.cmake module.
+ and a FindPolkitTQt.cmake module.
* .
Contains the sources of the library