summaryrefslogtreecommitdiffstats
path: root/doc/html/keyfeatures30.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/keyfeatures30.html')
-rw-r--r--doc/html/keyfeatures30.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html
index 2972543a..f3227e6e 100644
--- a/doc/html/keyfeatures30.html
+++ b/doc/html/keyfeatures30.html
@@ -55,8 +55,8 @@ languages.
classes that provide a docking architecture
(<a href="ntqdockarea.html">TQDockArea</a>/<a href="ntqdockwindow.html">TQDockWindow</a>), a powerful rich text editor
(<a href="tqtextedit.html">TQTextEdit</a>), a class to store and access application settings
-(<a href="ntqsettings.html">TQSettings</a>) and a class to create and communicate with processes
-(<a href="ntqprocess.html">TQProcess</a>).
+(<a href="tqsettings.html">TQSettings</a>) and a class to create and communicate with processes
+(<a href="tqprocess.html">TQProcess</a>).
<p> Apart from the changes in the library itself a lot has been done to
make the development of TQt applications with TQt 3.0 even easier than
before. Two new applications have been added: TQt Linguist is a tool to
@@ -160,14 +160,14 @@ for parentheses (capturing and non-capturing) and backreferences.
</h3>
<a name="1-7"></a><p> Most programs will need to store some settings between runs, for
example, user selected fonts, colors and other preferences, or a list
-of recently used files. The new <a href="ntqsettings.html">TQSettings</a> class provides a platform
+of recently used files. The new <a href="tqsettings.html">TQSettings</a> class provides a platform
independent way to achieve this goal. The API makes it easy to store
and retrieve most of the basic data types used in TQt (such as basic
C++ types, strings, lists, colors, etc). The class uses the registry
on the Windows platform and traditional resource files on Unix.
<p> <h3> Creating and controlling other processes
</h3>
-<a name="1-8"></a><p> <a href="ntqprocess.html">TQProcess</a> is a class that allows you to start other programs from
+<a name="1-8"></a><p> <a href="tqprocess.html">TQProcess</a> is a class that allows you to start other programs from
within a TQt application in a platform independent manner. It gives you
full control over the started program, for example you can redirect
the input and output of console applications.
@@ -243,7 +243,7 @@ enhanced. It supports the embedding of true/open type and type1 fonts
into the document, and can correctly handle and display Unicode.
Support for fonts built into the printer has been enhanced and TQt now
knows about the most common printer fonts used for Asian languages.
-<p> <h3> <a href="ntqhttp.html">TQHttp</a>
+<p> <h3> <a href="tqhttp.html">TQHttp</a>
</h3>
<a name="1-15"></a><p> This class provides a simple interface for HTTP downloads and uploads.
<p> <h3> Compatibility with the Standard Template Library (STL)