From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/ntqkeysequence.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqkeysequence.html') diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html index ae11016f9..62034e0fd 100644 --- a/doc/html/ntqkeysequence.html +++ b/doc/html/ntqkeysequence.html @@ -91,10 +91,10 @@ Creates a key sequence from the string key. For example "Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", "Shift", "Alt" and "Meta" are recognized, as well as their translated equivalents in the "TQAccel" context (using -TQObject::tr()). +TQObject::tr()).

Multiple key codes (up to four) may be entered by separating them with commas, e.g. "Alt+X,Ctrl+S,Q". -

This contructor is typically used with tr(), so that accelerator keys can be replaced in +

This contructor is typically used with tr(), so that accelerator keys can be replaced in translations:

         TQPopupMenu *file = new TQPopupMenu( this );
@@ -149,7 +149,7 @@ Creates an accelerator string for the key sequence.
 For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has
 multiple key codes they are returned comma-separated, e.g.
 "Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are
-translated (using TQObject::tr()) in the "TQAccel" scope. If the key
+translated (using TQObject::tr()) in the "TQAccel" scope. If the key
 sequence has no keys, TQString::null is returned.
 

On Mac OS X, the string returned resembles the sequence that is shown in the menubar. -- cgit v1.2.3