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/qdnd_x11.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/kernel/qdnd_x11.cpp')
-rw-r--r-- | src/kernel/qdnd_x11.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp index 759d960d4..8c64ce107 100644 --- a/src/kernel/qdnd_x11.cpp +++ b/src/kernel/qdnd_x11.cpp @@ -40,20 +40,20 @@ #include "qplatformdefs.h" -#include "qapplication.h" +#include "ntqapplication.h" #ifndef QT_NO_DRAGANDDROP -#include "qwidget.h" -#include "qintdict.h" -#include "qdatetime.h" -#include "qdict.h" -#include "qguardedptr.h" -#include "qdragobject.h" -#include "qobjectlist.h" -#include "qcursor.h" -#include "qbitmap.h" -#include "qpainter.h" +#include "ntqwidget.h" +#include "ntqintdict.h" +#include "ntqdatetime.h" +#include "ntqdict.h" +#include "ntqguardedptr.h" +#include "ntqdragobject.h" +#include "ntqobjectlist.h" +#include "ntqcursor.h" +#include "ntqbitmap.h" +#include "ntqpainter.h" #include "qt_x11_p.h" @@ -1484,7 +1484,7 @@ bool qt_xdnd_handle_badwindow() /*! - \class TQDragMoveEvent qevent.h + \class TQDragMoveEvent ntqevent.h \ingroup events \ingroup draganddrop \brief The TQDragMoveEvent class provides an event which is sent while a drag and drop is in progress. @@ -1658,7 +1658,7 @@ bool qt_dnd_enable( TQWidget* w, bool on ) /*! - \class TQDropEvent qevent.h + \class TQDropEvent ntqevent.h \ingroup events \ingroup draganddrop |