summaryrefslogtreecommitdiffstats
path: root/doc/html/qtmac-as-native.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtmac-as-native.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qtmac-as-native.html')
-rw-r--r--doc/html/qtmac-as-native.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qtmac-as-native.html b/doc/html/qtmac-as-native.html
index bafba120d..e9d51f0aa 100644
--- a/doc/html/qtmac-as-native.html
+++ b/doc/html/qtmac-as-native.html
@@ -46,7 +46,7 @@ first class citizens, just like Cocoa, Java, and Carbon applications.
it can interact with specific components of the Mac OS X experience:
<p> <ul>
<li> <b>The global menubar</b><br>
-<p> TQt/Mac does this via the <a href="qmenubar.html">TQMenuBar</a> abstraction. Mac users expect to
+<p> TQt/Mac does this via the <a href="ntqmenubar.html">TQMenuBar</a> abstraction. Mac users expect to
have a menubar at the top of the screen and TQt/Mac honors this.
<p> Additionally, users expect certain conventions to be respected, for
example the application menu should contain About, Preferences,
@@ -96,7 +96,7 @@ your audience.
<p> <li> <b>Dock</b><br>
<p> Interaction with the dock is limited, but at the very least the icon
should be able to be interacted with. This can be achieved with
-<a href="qwidget.html#setIcon">TQWidget::setIcon</a>(). The setIcon() call can be made as often as
+<a href="ntqwidget.html#setIcon">TQWidget::setIcon</a>(). The setIcon() call can be made as often as
necessary, so can be used to provide a constantly updating pixmap
that works as expected.
<p> <li> <b>Accessiblity</b><br>