diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qwidget.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qwidget.cpp')
-rw-r--r-- | src/kernel/qwidget.cpp | 40 |
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. */ |