summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index dc5890022..3146eb72d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
-Polkit-qt's build system uses cmake.
+Polkit-tqt's build system uses cmake.
-So to compile Polkit-qt first create a build dir
+So to compile Polkit-tqt first create a build dir
mkdir build
cd build
@@ -15,7 +15,7 @@ cmake then presents a configuration summary. At this point you may
want to install missing dependancies (if you do, remove the CMakeCache.txt)
and run cmake again.
-Finally build Polkit-qt:
+Finally build Polkit-tqt:
make