diff options
Diffstat (limited to 'doc/html/tqsessionmanager.html')
-rw-r--r-- | doc/html/tqsessionmanager.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqsessionmanager.html b/doc/html/tqsessionmanager.html index bc759fe82..cb49b2496 100644 --- a/doc/html/tqsessionmanager.html +++ b/doc/html/tqsessionmanager.html @@ -147,7 +147,7 @@ might be implemented: <p> <pre> void MyApplication::commitData( TQSessionManager& sm ) { if ( sm.<a href="#allowsInteraction">allowsInteraction</a>() ) { - switch ( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( + switch ( TQMessageBox::<a href="tqmessagebox.html#warning">warning</a>( yourMainWindow, <a href="tqobject.html#tr">tr</a>("Application Name"), <a href="tqobject.html#tr">tr</a>("Save changes to document Foo?"), |