diff options
Diffstat (limited to 'doc/session.doc')
-rw-r--r-- | doc/session.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/session.doc b/doc/session.doc index 8837b8431..cd25e0bef 100644 --- a/doc/session.doc +++ b/doc/session.doc @@ -108,7 +108,7 @@ information on saving/restoring the state of a particular Qt application.) Restoration is usually done in the application's main() -function. Check if \l TQApplication::isSessionRestored() is \c TRUE. If +function. Check if \l TQApplication::isSessionRestored() is \c true. If that's the case, use the session identifier \l TQApplication::sessionId() again to access your state data and restore the state of the application. |