summaryrefslogtreecommitdiffstats
path: root/src/sql/README.module
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/README.module')
-rw-r--r--src/sql/README.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/README.module b/src/sql/README.module
index ed09091c..663cf4db 100644
--- a/src/sql/README.module
+++ b/src/sql/README.module
@@ -1,6 +1,6 @@
Before building the TQt library, the TQt SQL module can be enabled for
specific databases using 'configure'. 'configure' is located at the
-top of your QTDIR.
+top of your TQTDIR.
Specific databases drivers can be enabled using one of the following
options:
@@ -32,6 +32,6 @@ loaded plugin, configure TQt like this:
./configure -plugin-sql-psql
To compile drivers as dynamically loaded plugins, see the
-QTDIR/plugins/src/sqldrivers directory. Use 'configure -help'
+TQTDIR/plugins/src/sqldrivers directory. Use 'configure -help'
for a complete list of configure options. See the TQt documentation
for a complete list of supported database drivers.