diff options
Diffstat (limited to 'doc/man/man3/qwidget.3qt')
-rw-r--r-- | doc/man/man3/qwidget.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/qwidget.3qt b/doc/man/man3/qwidget.3qt index 4ef1cb3e6..09b8ef8e8 100644 --- a/doc/man/man3/qwidget.3qt +++ b/doc/man/man3/qwidget.3qt @@ -9,7 +9,7 @@ .SH NAME QWidget \- The base class of all user interface objects .SH SYNOPSIS -\fC#include <qwidget.h>\fR +\fC#include <ntqwidget.h>\fR .PP Inherits QObject and QPaintDevice. .PP @@ -1090,7 +1090,7 @@ moveEvent() - called when the widget has been moved relative to its parent. closeEvent() - called when the user closes the widget (or when close() is called). .IP .PP -There are also some rather obscure events. They are listed in qevent.h and you need to reimplement event() to handle them. The default implementation of event() handles Tab and Shift+Tab (to move the keyboard focus), and passes on most other events to one of the more specialized handlers above. +There are also some rather obscure events. They are listed in ntqevent.h and you need to reimplement event() to handle them. The default implementation of event() handles Tab and Shift+Tab (to move the keyboard focus), and passes on most other events to one of the more specialized handlers above. .PP When implementing a widget, there are a few more things to consider. .IP @@ -1392,7 +1392,7 @@ Reimplemented from QObject. .SH "QWidget * QWidget::find ( WId id )\fC [static]\fR" Returns a pointer to the widget with window identifer/handle \fIid\fR. .PP -The window identifier type depends on the underlying window system, see qwindowdefs.h for the actual definition. If there is no widget with this identifier, 0 is returned. +The window identifier type depends on the underlying window system, see ntqwindowdefs.h for the actual definition. If there is no widget with this identifier, 0 is returned. .SH "QFocusData * QWidget::focusData ()\fC [protected]\fR" Returns the focus data for this widget's top-level widget. .PP @@ -3194,7 +3194,7 @@ See also frameGeometry, x, and pos. Get this property's value with y(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qwidget.html +.BR http://doc.trolltech.com/ntqwidget.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |