diff options
Diffstat (limited to 'doc/mac.doc')
-rw-r--r-- | doc/mac.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mac.doc b/doc/mac.doc index d293b6ad2..b863ec8a5 100644 --- a/doc/mac.doc +++ b/doc/mac.doc @@ -57,9 +57,9 @@ 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. -\section1 QCursor +\section1 TQCursor -Due to Mac OS X having only 16x16 custom cursors QCursor is limited by this +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 cursor (16x16). @@ -224,7 +224,7 @@ you should see menu items like "Avslutt" instead of "Quit" \section2 Right-Mouse Clicks If you want to provide right-mouse click support for Mac OS X, use the -QContextMenuEvent class. This will map to a context menu event, in other +TQContextMenuEvent 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. @@ -255,7 +255,7 @@ used whenever a default menubar is needed. \list -\i QCustomMenuItems are not supported in Mac native menubars, they are supported +\i TQCustomMenuItems are not supported in Mac native menubars, they are supported in popupmenus that are not in the Mac native menubar. \i Items with accelerators that have more than one keystroke |