summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaccel.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:44:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqaccel.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqaccel.html')
-rw-r--r--doc/html/ntqaccel.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqaccel.html b/doc/html/ntqaccel.html
index d755b5147..f2e8183cf 100644
--- a/doc/html/ntqaccel.html
+++ b/doc/html/ntqaccel.html
@@ -246,13 +246,13 @@ enabled. Returns FALSE if the item is disabled or cannot be found.
Returns the key sequence of the accelerator item with identifier
<em>id</em>, or an invalid key sequence (0) if the id cannot be found.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="keyToString"></a>TQAccel::keyToString ( <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;k )<tt> [static]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="keyToString"></a>TQAccel::keyToString ( <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;k )<tt> [static]</tt>
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Creates an accelerator string for the key <em>k</em>.
For instance CTRL+Key_O gives "Ctrl+O". The "Ctrl" etc.
are translated (using <a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" context.
<p> The function is superfluous. Cast the <a href="ntqkeysequence.html">TQKeySequence</a> <em>k</em> to a
-<a href="ntqstring.html">TQString</a> for the same effect.
+<a href="tqstring.html">TQString</a> for the same effect.
<h3 class=fn>void <a name="removeItem"></a>TQAccel::removeItem ( int&nbsp;id )
</h3>
@@ -275,7 +275,7 @@ Enables the accelerator item with the identifier <em>id</em> if <em>enable</em>
<p> To work, an item must be enabled and be in an enabled TQAccel.
<p> <p>See also <a href="#isItemEnabled">isItemEnabled</a>() and <a href="#isEnabled">isEnabled</a>().
-<h3 class=fn>void <a name="setWhatsThis"></a>TQAccel::setWhatsThis ( int&nbsp;id, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setWhatsThis"></a>TQAccel::setWhatsThis ( int&nbsp;id, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Sets a What's This help text for the accelerator item <em>id</em> to <em>text</em>.
<p> The text will be shown when the application is in What's This mode
@@ -284,7 +284,7 @@ and the user hits the accelerator key.
accelerator key), use <a href="ntqmenudata.html#setWhatsThis">TQMenuData::setWhatsThis</a>().
<p> <p>See also <a href="#whatsThis">whatsThis</a>(), <a href="ntqwhatsthis.html#inWhatsThisMode">TQWhatsThis::inWhatsThisMode</a>(), <a href="ntqmenudata.html#setWhatsThis">TQMenuData::setWhatsThis</a>(), and <a href="ntqaction.html#whatsThis-prop">TQAction::whatsThis</a>.
-<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="shortcutKey"></a>TQAccel::shortcutKey ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )<tt> [static]</tt>
+<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="shortcutKey"></a>TQAccel::shortcutKey ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )<tt> [static]</tt>
</h3>
Returns the shortcut key sequence for <em>str</em>, or an invalid key
sequence (0) if <em>str</em> has no shortcut sequence.
@@ -296,7 +296,7 @@ you must write e.g. TQt::ALT+TQt::Key_Q.)
Group do not appear to have issued equivalent recommendations for
other languages.
-<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="stringToKey"></a>TQAccel::stringToKey ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [static]</tt>
+<h3 class=fn><a href="ntqkeysequence.html">TQKeySequence</a> <a name="stringToKey"></a>TQAccel::stringToKey ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [static]</tt>
</h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Returns an accelerator code for the string <em>s</em>. For example
"Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl",
@@ -318,10 +318,10 @@ string <em>s</em> for the same effect.
<p> <p>See also <a href="tqobject.html#tr">TQObject::tr</a>() and <a href="i18n.html">Internationalization with TQt</a>.
<p>Example: <a href="i18n-example.html#x1921">i18n/mywidget.cpp</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="whatsThis"></a>TQAccel::whatsThis ( int&nbsp;id ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="whatsThis"></a>TQAccel::whatsThis ( int&nbsp;id ) const
</h3>
Returns the What's This help text for the specified item <em>id</em> or
-<a href="ntqstring.html#TQString-null">TQString::null</a> if no text has been specified.
+<a href="tqstring.html#TQString-null">TQString::null</a> if no text has been specified.
<p> <p>See also <a href="#setWhatsThis">setWhatsThis</a>().
<!-- eof -->