summaryrefslogtreecommitdiffstats
path: root/doc/html/mac-differences.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mac-differences.html')
-rw-r--r--doc/html/mac-differences.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/mac-differences.html b/doc/html/mac-differences.html
index 432fd95da..44650b4d8 100644
--- a/doc/html/mac-differences.html
+++ b/doc/html/mac-differences.html
@@ -103,7 +103,7 @@ Native</a>.
or using the open(1) command. Mac OS X needs this to dispatch events correctly,
as well as gaining access to the menubar. If using GDB you must run with the
full path to the executable.
-<p> <h2> <a href="ntqcursor.html">TQCursor</a>
+<p> <h2> <a href="tqcursor.html">TQCursor</a>
</h2>
<a name="2"></a><p> Due to Mac OS X having only 16x16 custom cursors TQCursor is limited by this
as well. For now the only workaround to this problem is to use a small
@@ -244,7 +244,7 @@ you should see menu items like "Avslutt" instead of "Quit"
<a name="8"></a><p> <h3> Right-Mouse Clicks
</h3>
<a name="8-1"></a><p> If you want to provide right-mouse click support for Mac OS X, use the
-<a href="qcontextmenuevent.html">TQContextMenuEvent</a> class. This will map to a context menu event, in other
+<a href="tqcontextmenuevent.html">TQContextMenuEvent</a> class. This will map to a context menu event, in other
words a menu that will display a popup selection. This is the most common
use of right-mouse clicks, and maps to a control-click with the Mac OS X
one-button mouse support.