diff options
author | Timothy Pearson <[email protected]> | 2015-03-05 20:59:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-03-05 20:59:01 -0600 |
commit | dfb87398c72e9248aa709ae212e6ab7f2209003d (patch) | |
tree | 52422e7b6774fcc503d7c701cb2c77fa016386e8 /doc/qtmac-as-native.doc | |
parent | 891a448afad4ab1f09bfb0cfee71652975bd7687 (diff) | |
download | tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip |
Automated update from Qt3
Diffstat (limited to 'doc/qtmac-as-native.doc')
-rw-r--r-- | doc/qtmac-as-native.doc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/qtmac-as-native.doc b/doc/qtmac-as-native.doc index 831250307..5b1490926 100644 --- a/doc/qtmac-as-native.doc +++ b/doc/qtmac-as-native.doc @@ -4,7 +4,7 @@ ** ** Copyright (C) 2002-2008 Trolltech ASA. All rights reserved. ** -** This file is part of the Qt GUI Toolkit. +** This file is part of the TQt GUI Toolkit. ** ** This file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free @@ -13,7 +13,7 @@ ** Alternatively you may (at your option) use any later version ** of the GNU General Public License if such license has been ** publicly approved by Trolltech ASA (or its successors, if any) -** and the KDE Free Qt Foundation. +** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General ** Public Licensing requirements will be met: @@ -91,8 +91,8 @@ it can interact with specific components of the Mac OS X experience: This is a bit more subjective, but certainly Qt/Mac strives to provide the same feel as any Mac OS X application (and we consider situations where it doesn't achieve this to be bugs). - Of course Qt has other concerns to bear in mind, especially - remaining multiplatform. Some "baggage" that Qt carries is in + Of course TQt has other concerns to bear in mind, especially + remaining multiplatform. Some "baggage" that TQt carries is in an effort to provide a widget on a platform for which an equivelant doesn't exist, or so that a single API can be used to do something, even if the API doesn't make entire sense for a @@ -128,11 +128,11 @@ it can interact with specific components of the Mac OS X experience: \i <b>Accessiblity</b><br> Although many users never use this, some users will only interact - with your applications via assistive devices. With Qt the aim is to + with your applications via assistive devices. With TQt the aim is to make this automatic in your application so that it conforms to accepted practice on its platform (X11 accessiblity support is still in the works due to the developing nature of its - accessibility design). With Qt 3.3 Qt/Mac will support + accessibility design). With TQt 3.3 Qt/Mac will support accessiblity, and hopefully a host of assistive devices. \i <b>Build tools</b><br> @@ -152,7 +152,7 @@ it can interact with specific components of the Mac OS X experience: and uic) since qmake automatically handles them and ensures that everything necessary is linked into your application. - Qt does not entirely interact with the development environment (for + TQt does not entirely interact with the development environment (for example plugins to set a file to 'mocable' from within the Xcode user interface). Trolltech is actively working on improving Qt's interoperability with various IDEs, so hopefully this will be |