diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/changes.doc | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |