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-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqsessionmanager.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.