summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqapplication.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/ntqapplication.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r--doc/html/ntqapplication.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index a46b69afb..d729bf2ea 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -544,7 +544,7 @@ the active modal widget at the top of the stack.
<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="activePopupWidget"></a>TQApplication::activePopupWidget ()<tt> [static]</tt>
</h3>
Returns the active popup widget.
-<p> A popup widget is a special top level widget that sets the <a href="ntqt.html#WidgetFlags-enum">WType_Popup</a> widget flag, e.g. the <a href="tqpopupmenu.html">TQPopupMenu</a> widget. When the
+<p> A popup widget is a special top level widget that sets the <a href="tqt.html#WidgetFlags-enum">WType_Popup</a> widget flag, e.g. the <a href="tqpopupmenu.html">TQPopupMenu</a> widget. When the
application opens a popup widget, all events are sent to the popup.
Normal widgets and modal widgets cannot be accessed before the popup
widget is closed.
@@ -914,14 +914,14 @@ soon as a matching translation is found.
<p> <p>See also <a href="#removeTranslator">removeTranslator</a>(), <a href="#translate">translate</a>(), and <a href="tqtranslator.html#load">TQTranslator::load</a>().
<p>Example: <a href="i18n-example.html#x1930">i18n/main.cpp</a>.
-<h3 class=fn>bool <a name="isEffectEnabled"></a>TQApplication::isEffectEnabled ( <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>&nbsp;effect )<tt> [static]</tt>
+<h3 class=fn>bool <a name="isEffectEnabled"></a>TQApplication::isEffectEnabled ( <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a>&nbsp;effect )<tt> [static]</tt>
</h3>
Returns TRUE if <em>effect</em> is enabled; otherwise returns FALSE.
<p> By default, TQt will try to use the desktop settings. Call
<a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>(FALSE) to prevent this.
<p> Note: All effects are disabled on screens running at less than
16-bit color depth.
-<p> <p>See also <a href="#setEffectEnabled">setEffectEnabled</a>() and <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>.
+<p> <p>See also <a href="#setEffectEnabled">setEffectEnabled</a>() and <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a>.
<h3 class=fn>bool <a name="isSessionRestored"></a>TQApplication::isSessionRestored () const
</h3>
@@ -1340,13 +1340,13 @@ consecutive mouse clicks to <em>ms</em> milliseconds.
double click interval for all windows.
<p> <p>See also <a href="#doubleClickInterval">doubleClickInterval</a>().
-<h3 class=fn>void <a name="setEffectEnabled"></a>TQApplication::setEffectEnabled ( <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>&nbsp;effect, bool&nbsp;enable = TRUE )<tt> [static]</tt>
+<h3 class=fn>void <a name="setEffectEnabled"></a>TQApplication::setEffectEnabled ( <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a>&nbsp;effect, bool&nbsp;enable = TRUE )<tt> [static]</tt>
</h3>
Enables the UI effect <em>effect</em> if <em>enable</em> is TRUE, otherwise
the effect will not be used.
<p> Note: All effects are disabled on screens running at less than
16-bit color depth.
-<p> <p>See also <a href="#isEffectEnabled">isEffectEnabled</a>(), <a href="ntqt.html#UIEffect-enum">TQt::UIEffect</a>, and <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>().
+<p> <p>See also <a href="#isEffectEnabled">isEffectEnabled</a>(), <a href="tqt.html#UIEffect-enum">TQt::UIEffect</a>, and <a href="#setDesktopSettingsAware">setDesktopSettingsAware</a>().
<h3 class=fn>void <a name="setFont"></a>TQApplication::setFont ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font, bool&nbsp;informWidgets = FALSE, const&nbsp;char&nbsp;*&nbsp;className = 0 )<tt> [static]</tt>
</h3> Changes the default application font to <em>font</em>. If <em>informWidgets</em> is TRUE, then existing widgets are informed about the
@@ -1451,7 +1451,7 @@ override cursor (the stack keeps its depth). If <em>replace</em> is
FALSE, the new stack is pushed onto the top of the stack.
<p> Example:
<pre>
- TQApplication::<a href="#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::<a href="ntqt.html#CursorShape-enum">WaitCursor</a>) );
+ TQApplication::<a href="#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::<a href="tqt.html#CursorShape-enum">WaitCursor</a>) );
calculateHugeMandelbrot(); // lunch time...
TQApplication::<a href="#restoreOverrideCursor">restoreOverrideCursor</a>();
</pre>