diff options
Diffstat (limited to 'doc/changes.doc')
-rw-r--r-- | doc/changes.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/changes.doc b/doc/changes.doc index 6f21f84df..152a574a4 100644 --- a/doc/changes.doc +++ b/doc/changes.doc @@ -70,8 +70,8 @@ Many new classes have been added to the TQt Library. Amongst them are classes that provide a docking architecture (\l{QDockArea}/\l{QDockWindow}), a powerful rich text editor (TQTextEdit), a class to store and access application settings -(QSettings) and a class to create and communicate with processes -(QProcess). +(TQSettings) and a class to create and communicate with processes +(TQProcess). 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 @@ -218,7 +218,7 @@ for parentheses (capturing and non-capturing) and backreferences. 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 QSettings class provides a platform +of recently used files. The new TQSettings 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 @@ -227,7 +227,7 @@ on the Windows platform and traditional resource files on Unix. \section2 Creating and controlling other processes -QProcess is a class that allows you to start other programs from +TQProcess 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. @@ -323,7 +323,7 @@ Support for fonts built into the printer has been enhanced and TQt now knows about the most common printer fonts used for Asian languages. -\section2 QHttp +\section2 TQHttp This class provides a simple interface for HTTP downloads and uploads. |