summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsessionmanager.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqsessionmanager.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqsessionmanager.3qt')
-rw-r--r--doc/man/man3/tqsessionmanager.3qt18
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.