summaryrefslogtreecommitdiffstats
path: root/src/kernel/qevent.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qevent.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qevent.cpp')
-rw-r--r--src/kernel/qevent.cpp46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/kernel/qevent.cpp b/src/kernel/qevent.cpp
index 75bcb2244..9c9aace01 100644
--- a/src/kernel/qevent.cpp
+++ b/src/kernel/qevent.cpp
@@ -38,13 +38,13 @@
**
**********************************************************************/
-#include "qevent.h"
-#include "qcursor.h"
-#include "qapplication.h"
+#include "ntqevent.h"
+#include "ntqcursor.h"
+#include "ntqapplication.h"
/*!
- \class TQEvent qevent.h
+ \class TQEvent ntqevent.h
\brief The TQEvent class is the base class of all
event classes. Event objects contain event parameters.
@@ -210,7 +210,7 @@
/*!
- \class TQTimerEvent qevent.h
+ \class TQTimerEvent ntqevent.h
\brief The TQTimerEvent class contains parameters that describe a
timer event.
@@ -245,7 +245,7 @@
/*!
- \class TQMouseEvent qevent.h
+ \class TQMouseEvent ntqevent.h
\ingroup events
\brief The TQMouseEvent class contains parameters that describe a mouse event.
@@ -480,7 +480,7 @@ TQt::ButtonState TQMouseEvent::stateAfter() const
/*!
- \class TQWheelEvent qevent.h
+ \class TQWheelEvent ntqevent.h
\brief The TQWheelEvent class contains parameters that describe a wheel event.
\ingroup events
@@ -680,7 +680,7 @@ TQWheelEvent::TQWheelEvent( const TQPoint &pos, int delta, int state, Orientatio
*/
/*!
- \class TQKeyEvent qevent.h
+ \class TQKeyEvent ntqevent.h
\brief The TQKeyEvent class contains describes a key event.
\ingroup events
@@ -1152,7 +1152,7 @@ TQt::ButtonState TQKeyEvent::stateAfter() const
/*!
- \class TQFocusEvent qevent.h
+ \class TQFocusEvent ntqevent.h
\brief The TQFocusEvent class contains event parameters for widget focus
events.
@@ -1256,7 +1256,7 @@ void TQFocusEvent::resetReason()
/*!
- \class TQPaintEvent qevent.h
+ \class TQPaintEvent ntqevent.h
\brief The TQPaintEvent class contains event parameters for paint events.
\ingroup events
@@ -1328,7 +1328,7 @@ void TQFocusEvent::resetReason()
*/
/*!
- \class TQMoveEvent qevent.h
+ \class TQMoveEvent ntqevent.h
\brief The TQMoveEvent class contains event parameters for move events.
\ingroup events
@@ -1363,7 +1363,7 @@ void TQFocusEvent::resetReason()
/*!
- \class TQResizeEvent qevent.h
+ \class TQResizeEvent ntqevent.h
\brief The TQResizeEvent class contains event parameters for resize events.
\ingroup events
@@ -1397,7 +1397,7 @@ void TQFocusEvent::resetReason()
/*!
- \class TQCloseEvent qevent.h
+ \class TQCloseEvent ntqevent.h
\brief The TQCloseEvent class contains parameters that describe a close event.
\ingroup events
@@ -1499,7 +1499,7 @@ void TQFocusEvent::resetReason()
*/
/*!
- \class TQIconDragEvent qevent.h
+ \class TQIconDragEvent ntqevent.h
\brief The TQIconDragEvent class signals that a main icon drag has begun.
\ingroup events
@@ -1554,7 +1554,7 @@ void TQFocusEvent::resetReason()
*/
/*!
- \class TQContextMenuEvent qevent.h
+ \class TQContextMenuEvent ntqevent.h
\brief The TQContextMenuEvent class contains parameters that describe a context menu event.
\ingroup events
@@ -1766,7 +1766,7 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s
/*!
- \class TQIMEvent qevent.h
+ \class TQIMEvent ntqevent.h
\brief The TQIMEvent class provides parameters for input method events.
\ingroup events
@@ -1905,7 +1905,7 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s
*/
/*!
- \class TQTabletEvent qevent.h
+ \class TQTabletEvent ntqevent.h
\brief The TQTabletEvent class contains parameters that describe a Tablet
event.
@@ -2148,7 +2148,7 @@ TQTabletEvent::TQTabletEvent( Type t, const TQPoint &pos, const TQPoint &globalP
*/
/*!
- \class TQChildEvent qevent.h
+ \class TQChildEvent ntqevent.h
\brief The TQChildEvent class contains event parameters for child object
events.
@@ -2202,7 +2202,7 @@ TQTabletEvent::TQTabletEvent( Type t, const TQPoint &pos, const TQPoint &globalP
/*!
- \class TQCustomEvent qevent.h
+ \class TQCustomEvent ntqevent.h
\brief The TQCustomEvent class provides support for custom events.
\ingroup events
@@ -2455,7 +2455,7 @@ TQCustomEvent::TQCustomEvent( int type )
/*!
- \class TQDragEnterEvent qevent.h
+ \class TQDragEnterEvent ntqevent.h
\brief The TQDragEnterEvent class provides an event which is sent to the widget when a drag and drop first drags onto the widget.
\ingroup events
@@ -2479,7 +2479,7 @@ TQCustomEvent::TQCustomEvent( int type )
*/
/*!
- \class TQDragLeaveEvent qevent.h
+ \class TQDragLeaveEvent ntqevent.h
\brief The TQDragLeaveEvent class provides an event which is sent to the widget when a drag and drop leaves the widget.
\ingroup events
@@ -2502,7 +2502,7 @@ TQCustomEvent::TQCustomEvent( int type )
*/
/*!
- \class TQHideEvent qevent.h
+ \class TQHideEvent ntqevent.h
\brief The TQHideEvent class provides an event which is sent after a widget is hidden.
\ingroup events
@@ -2527,7 +2527,7 @@ TQCustomEvent::TQCustomEvent( int type )
*/
/*!
- \class TQShowEvent qevent.h
+ \class TQShowEvent ntqevent.h
\brief The TQShowEvent class provides an event which is sent when a widget is shown.
\ingroup events