diff options
Diffstat (limited to 'doc/html/qtmac-as-native.html')
-rw-r--r-- | doc/html/qtmac-as-native.html | 4 |
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> |