diff options
Diffstat (limited to 'doc/man/man3/tqt.3qt')
-rw-r--r-- | doc/man/man3/tqt.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt index 5fcbc99a5..648cf3870 100644 --- a/doc/man/man3/tqt.3qt +++ b/doc/man/man3/tqt.3qt @@ -1052,7 +1052,7 @@ This type is used to signify an object's orientation. .TP \fCQt::Vertical\fR .PP -Orientation is used with QScrollBar for example. +Orientation is used with TQScrollBar for example. .SH "TQt::PaintUnit" .TP \fCQt::PixelUnit\fR @@ -1282,7 +1282,7 @@ There are also a number of flags which you can use to customize the appearance o .TP \fCQt::WStyle_StaysOnTop\fR - informs the window system that the window should stay on top of all other windows. Note that on some window managers on X11 you also have to pass WX11BypassWM for this flag to work correctly. .TP -\fCQt::WStyle_Dialog\fR - indicates that the window is a logical subwindow of its parent (i.e. a dialog). The window will not get its own taskbar entry and will be kept on top of its parent by the window system. Usually it will also be minimized when the parent is minimized. If not customized, the window is decorated with a slightly simpler title bar. This is the flag QDialog uses. +\fCQt::WStyle_Dialog\fR - indicates that the window is a logical subwindow of its parent (i.e. a dialog). The window will not get its own taskbar entry and will be kept on top of its parent by the window system. Usually it will also be minimized when the parent is minimized. If not customized, the window is decorated with a slightly simpler title bar. This is the flag TQDialog uses. .TP \fCQt::WStyle_Splash\fR - indicates that the window is a splash screen. On X11, we try to follow NETWM standard for a splash screen window if the window manager supports is otherwise it is equivalent to WX11BypassWM. On other platforms, it is equivalent to WStyle_NoBorder \fC|\fR WMacNoSheet \fC|\fR WStyle_Tool \fC|\fR WWinOwnDC .PP |