summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsessionmanager.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsessionmanager.html')
-rw-r--r--doc/html/ntqsessionmanager.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqsessionmanager.html b/doc/html/ntqsessionmanager.html
index f5be4a501..8f8833d0a 100644
--- a/doc/html/ntqsessionmanager.html
+++ b/doc/html/ntqsessionmanager.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQSessionManager class provides access to the session manager.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qsessionmanager-h.html">ntqsessionmanager.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qsessionmanager-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -91,7 +91,7 @@ rejected its closeEvent().
<p> For sophisticated session managers provided on Unix/X11, TQSessionManager
offers further possibilites to fine-tune an application's session
management behavior: <a href="#setRestartCommand">setRestartCommand</a>(), <a href="#setDiscardCommand">setDiscardCommand</a>(),
-<a href="#setRestartHint">setRestartHint</a>(), <a href="ntqobject.html#setProperty">setProperty</a>(), <a href="#requestPhase2">requestPhase2</a>(). See the respective
+<a href="#setRestartHint">setRestartHint</a>(), <a href="tqobject.html#setProperty">setProperty</a>(), <a href="#requestPhase2">requestPhase2</a>(). See the respective
function descriptions for further details.
<p>See also <a href="application.html">Main Window and Related Classes</a> and <a href="environment.html">Environment Classes</a>.
@@ -149,11 +149,11 @@ void MyApplication::commitData( TQSessionManager&amp; sm ) {
if ( sm.<a href="#allowsInteraction">allowsInteraction</a>() ) {
switch ( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>(
yourMainWindow,
- <a href="ntqobject.html#tr">tr</a>("Application Name"),
- <a href="ntqobject.html#tr">tr</a>("Save changes to document Foo?"),
- <a href="ntqobject.html#tr">tr</a>("&amp;Yes"),
- <a href="ntqobject.html#tr">tr</a>("&amp;No"),
- <a href="ntqobject.html#tr">tr</a>("Cancel"),
+ <a href="tqobject.html#tr">tr</a>("Application Name"),
+ <a href="tqobject.html#tr">tr</a>("Save changes to document Foo?"),
+ <a href="tqobject.html#tr">tr</a>("&amp;Yes"),
+ <a href="tqobject.html#tr">tr</a>("&amp;No"),
+ <a href="tqobject.html#tr">tr</a>("Cancel"),
0, 2) ) {
case 0: // yes
sm.<a href="#release">release</a>();