diff options
Diffstat (limited to 'doc/man/man3/tqsessionmanager.3qt')
-rw-r--r-- | doc/man/man3/tqsessionmanager.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqsessionmanager.3qt b/doc/man/man3/tqsessionmanager.3qt index 07523c038..9304d41e8 100644 --- a/doc/man/man3/tqsessionmanager.3qt +++ b/doc/man/man3/tqsessionmanager.3qt @@ -11,15 +11,15 @@ QSessionManager \- Access to the session manager .SH SYNOPSIS \fC#include <ntqsessionmanager.h>\fR .PP -Inherits QObject. +Inherits TQObject. .PP .SS "Public Members" .in +1c .ti -1c -.BI "QString \fBsessionId\fR () const" +.BI "TQString \fBsessionId\fR () const" .br .ti -1c -.BI "QString \fBsessionKey\fR () const" +.BI "TQString \fBsessionKey\fR () const" .br .ti -1c .BI "void * \fBhandle\fR () const" @@ -58,10 +58,10 @@ Inherits QObject. .BI "QStringList \fBdiscardCommand\fR () const" .br .ti -1c -.BI "void \fBsetManagerProperty\fR ( const QString & name, const QString & value )" +.BI "void \fBsetManagerProperty\fR ( const TQString & name, const TQString & value )" .br .ti -1c -.BI "void \fBsetManagerProperty\fR ( const QString & name, const QStringList & value )" +.BI "void \fBsetManagerProperty\fR ( const TQString & name, const QStringList & value )" .br .ti -1c .BI "bool \fBisPhase2\fR () const" @@ -239,13 +239,13 @@ See also setRestartCommand() and restartHint(). Returns the application's current restart hint. The default is RestartIfRunning. .PP See also setRestartHint(). -.SH "QString QSessionManager::sessionId () const" +.SH "TQString QSessionManager::sessionId () const" Returns the identifier of the current session. .PP If the application has been restored from an earlier session, this identifier is the same as it was in that earlier session. .PP See also sessionKey() and QApplication::sessionId(). -.SH "QString QSessionManager::sessionKey () const" +.SH "TQString QSessionManager::sessionKey () const" Returns the session key in the current session. .PP If the application has been restored from an earlier session, this key is the same as it was when the previous session ended. @@ -255,11 +255,11 @@ The session key changes with every call of commitData() or saveState(). See also sessionId() and QApplication::sessionKey(). .SH "void QSessionManager::setDiscardCommand ( const QStringList & )" See also discardCommand() and setRestartCommand(). -.SH "void QSessionManager::setManagerProperty ( const QString & name, const QStringList & value )" +.SH "void QSessionManager::setManagerProperty ( const TQString & name, const QStringList & value )" Low-level write access to the application's identification and state record are kept in the session manager. .PP The property called \fIname\fR has its value set to the string list \fIvalue\fR. -.SH "void QSessionManager::setManagerProperty ( const QString & name, const QString & value )" +.SH "void QSessionManager::setManagerProperty ( const TQString & name, const TQString & value )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Low-level write access to the application's identification and state records are kept in the session manager. |