summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/details-database.docbook24
-rw-r--r--doc/en/details-investments.docbook4
-rw-r--r--doc/en/details-search.docbook4
3 files changed, 10 insertions, 22 deletions
diff --git a/doc/en/details-database.docbook b/doc/en/details-database.docbook
index 7c87293..8b141e7 100644
--- a/doc/en/details-database.docbook
+++ b/doc/en/details-database.docbook
@@ -43,8 +43,8 @@
<sect2><title>Preparation</title>
<para>
- To access the database, &kappname; uses the SQL module supplied by &Qt;
- Software as part of their &Qt; programming system. This module supports a
+ To access the database, &kappname; uses the SQL module supplied by &TQt;
+ Software as part of their &TQt; programming system. This module supports a
number of different database systems through a collection of drivers. Among
the more popular open-source systems for which drivers are available are
MySQL<trademark class="registered"/>, SQLite, and PostgreSQL. The module also
@@ -64,10 +64,8 @@
<para>
In addition to the database software itself, you must also install the
- corresponding &Qt; driver module. Most distributions will include driver
- modules for the more popular databases. Otherwise, check with the <ulink
- url="http://qt.nokia.com">&Qt; software web site</ulink> and search for
- 'SQL drivers'
+ corresponding &TQt; driver module. Most distributions will include driver
+ modules for the more popular databases.
</para>
<note>
@@ -78,14 +76,6 @@
software package to install. Also, some of the following information,
particularly that related to administration, may not apply to SQLite.
</para>
-
- <para>
- Due to limitations in prior releases, only version 3 of SQLite is
- supported. Unfortunately, the release of the &Qt; toolkit used by &kappname;
- does not provide a driver for this version. However, an unofficial,
- extensively tested, driver is available; if you wish to use SQLite, ask on
- &devlist; for further information.
- </para>
</note>
</sect2>
@@ -168,11 +158,9 @@
<title>Database Type</title>
<para>
- This box lists all &Qt; SQL drivers installed on your system. Select the
+ This box lists all &TQt; SQL drivers installed on your system. Select the
driver for your database type. If the one you want is not in the list, you
- need to install the appropriate driver. See your distribution documentation,
- or visit the <ulink url="http://qt.nokia.com/" type="">&Qt; software web
- site</ulink> and search for 'SQL drivers'.
+ need to install the appropriate driver.
</para>
</sect3>
diff --git a/doc/en/details-investments.docbook b/doc/en/details-investments.docbook
index e9cae48..ffe902c 100644
--- a/doc/en/details-investments.docbook
+++ b/doc/en/details-investments.docbook
@@ -598,8 +598,8 @@
The page parser looks for a symbol, a date, and a price. Regular expressions
tell it how to extract those items from the page. Please review the
documentation for the <ulink
- url="http://qt.nokia.com/doc/3.3/qregexp.html#1">QRegExp class</ulink> at
- http://qt.nokia.com/doc/3.3/qregexp.html#1 for the exact makeup of the
+ url="https://www.trinitydesktop.org/docs/qt3/ntqregexp.html#1">QRegExp class</ulink> at
+ https://www.trinitydesktop.org/docs/qt3/ntqregexp.html#1 for the exact makeup of the
regular expressions. There should be exactly one capture expression,
surrounded by parentheses, in each regexp. The date format further tells the
date parser the order of year, month, and day. This date format should always
diff --git a/doc/en/details-search.docbook b/doc/en/details-search.docbook
index 6783c57..49e1388 100644
--- a/doc/en/details-search.docbook
+++ b/doc/en/details-search.docbook
@@ -119,8 +119,8 @@
<para>
If you check the <guilabel>Treat Text as regular expression</guilabel> box,
the text will be treated as a regular expresssion. For details on how to
- craft a regular expression, visit the &Qt; documentation about the
- <ulink url="http://qt.nokia.com/doc/3.3/qregexp.html#1">QRegExp
+ craft a regular expression, visit the &TQt; documentation about the
+ <ulink url="https://www.trinitydesktop.org/docs/qt3/ntqregexp.html#1">QRegExp
class</ulink>.
</para>
</sect2>