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.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/ntqsessionmanager.html b/doc/html/ntqsessionmanager.html
index 599148b3a..50559de84 100644
--- a/doc/html/ntqsessionmanager.html
+++ b/doc/html/ntqsessionmanager.html
@@ -184,14 +184,14 @@ should not call this function without first asking the user.
<p> <p>See also <a href="#allowsInteraction">allowsInteraction</a>() and <a href="#allowsErrorInteraction">allowsErrorInteraction</a>().
<p>
-<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="discardCommand"></a>TQSessionManager::discardCommand () const
+<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="discardCommand"></a>TQSessionManager::discardCommand () const
</h3>
<p> Returns the currently set discard command.
<p> Note that if you want to iterate over the list, you should
iterate over a copy, e.g.
<pre>
- <a href="ntqstringlist.html">TQStringList</a> list = mySession.discardCommand();
+ <a href="tqstringlist.html">TQStringList</a> list = mySession.discardCommand();
TQStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>();
while( it != list.<a href="tqvaluelist.html#end">end</a>() ) {
myProcessing( *it );
@@ -237,14 +237,14 @@ may get called before, simultaneously with, or after your
application's second phase.
<p> <p>See also <a href="#isPhase2">isPhase2</a>().
-<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="restartCommand"></a>TQSessionManager::restartCommand () const
+<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="restartCommand"></a>TQSessionManager::restartCommand () const
</h3>
<p> Returns the currently set restart command.
<p> Note that if you want to iterate over the list, you should
iterate over a copy, e.g.
<pre>
- <a href="ntqstringlist.html">TQStringList</a> list = mySession.restartCommand();
+ <a href="tqstringlist.html">TQStringList</a> list = mySession.restartCommand();
TQStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>();
while( it != list.<a href="tqvaluelist.html#end">end</a>() ) {
myProcessing( *it );
@@ -261,7 +261,7 @@ iterate over a copy, e.g.
<a href="#RestartHint-enum">RestartIfRunning</a>.
<p> <p>See also <a href="#setRestartHint">setRestartHint</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="sessionId"></a>TQSessionManager::sessionId () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="sessionId"></a>TQSessionManager::sessionId () const
</h3>
<p> Returns the identifier of the current session.
@@ -269,7 +269,7 @@ iterate over a copy, e.g.
identifier is the same as it was in that earlier session.
<p> <p>See also <a href="#sessionKey">sessionKey</a>() and <a href="ntqapplication.html#sessionId">TQApplication::sessionId</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="sessionKey"></a>TQSessionManager::sessionKey () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="sessionKey"></a>TQSessionManager::sessionKey () const
</h3>
<p> Returns the session key in the current session.
@@ -279,26 +279,26 @@ key is the same as it was when the previous session ended.
saveState().
<p> <p>See also <a href="#sessionId">sessionId</a>() and <a href="ntqapplication.html#sessionKey">TQApplication::sessionKey</a>().
-<h3 class=fn>void <a name="setDiscardCommand"></a>TQSessionManager::setDiscardCommand ( const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp; )
+<h3 class=fn>void <a name="setDiscardCommand"></a>TQSessionManager::setDiscardCommand ( const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp; )
</h3>
<p> <p>See also <a href="#discardCommand">discardCommand</a>() and <a href="#setRestartCommand">setRestartCommand</a>().
-<h3 class=fn>void <a name="setManagerProperty"></a>TQSessionManager::setManagerProperty ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;value )
+<h3 class=fn>void <a name="setManagerProperty"></a>TQSessionManager::setManagerProperty ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;value )
</h3>
<p> Low-level write access to the application's identification and state
record are kept in the session manager.
<p> The property called <em>name</em> has its value set to the string list <em>value</em>.
-<h3 class=fn>void <a name="setManagerProperty-2"></a>TQSessionManager::setManagerProperty ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;value )
+<h3 class=fn>void <a name="setManagerProperty-2"></a>TQSessionManager::setManagerProperty ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;value )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Low-level write access to the application's identification and state
records are kept in the session manager.
<p> The property called <em>name</em> has its value set to the string <em>value</em>.
-<h3 class=fn>void <a name="setRestartCommand"></a>TQSessionManager::setRestartCommand ( const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;command )
+<h3 class=fn>void <a name="setRestartCommand"></a>TQSessionManager::setRestartCommand ( const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;command )
</h3>
<p> If the session manager is capable of restoring sessions it will