summaryrefslogtreecommitdiffstats
path: root/doc/html/mac-differences.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/mac-differences.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5.tar.gz
tqt-0917fbb5.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.