summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qwidget.cpp')
-rw-r--r--src/kernel/qwidget.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/kernel/qwidget.cpp b/src/kernel/qwidget.cpp
index a4daa5c09..7833f14f6 100644
--- a/src/kernel/qwidget.cpp
+++ b/src/kernel/qwidget.cpp
@@ -39,25 +39,25 @@
**********************************************************************/
-#include "qobjectlist.h"
-#include "qwidget.h"
-#include "qwidgetlist.h"
-#include "qwidgetintdict.h"
-#include "qptrdict.h"
-#include "qfocusdata.h"
-#include "qcursor.h"
-#include "qpixmap.h"
-#include "qapplication.h"
+#include "ntqobjectlist.h"
+#include "ntqwidget.h"
+#include "ntqwidgetlist.h"
+#include "ntqwidgetintdict.h"
+#include "ntqptrdict.h"
+#include "ntqfocusdata.h"
+#include "ntqcursor.h"
+#include "ntqpixmap.h"
+#include "ntqapplication.h"
#include "qapplication_p.h"
-#include "qbrush.h"
-#include "qlayout.h"
-#include "qstylefactory.h"
-#include "qcleanuphandler.h"
-#include "qstyle.h"
-#include "qmetaobject.h"
-#include "qguardedptr.h"
+#include "ntqbrush.h"
+#include "ntqlayout.h"
+#include "ntqstylefactory.h"
+#include "ntqcleanuphandler.h"
+#include "ntqstyle.h"
+#include "ntqmetaobject.h"
+#include "ntqguardedptr.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "qaccessible.h"
+#include "ntqaccessible.h"
#endif
#if defined(Q_WS_WIN)
#include "qt_windows.h"
@@ -70,7 +70,7 @@
/*!
- \class TQWidget qwidget.h
+ \class TQWidget ntqwidget.h
\brief The TQWidget class is the base class of all user interface objects.
\ingroup abstractwidgets
@@ -410,7 +410,7 @@
\endlist
There are also some rather obscure events. They are listed in
- \c qevent.h and you need to reimplement event() to handle them.
+ \c 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.
@@ -1248,7 +1248,7 @@ void TQWidget::deactivateWidgetCleanup()
id.
The window identifier type depends on the underlying window
- system, see \c qwindowdefs.h for the actual definition. If there
+ system, see \c ntqwindowdefs.h for the actual definition. If there
is no widget with this identifier, 0 is returned.
*/