diff options
Diffstat (limited to 'src/kernel/qmotifdnd_x11.cpp')
-rw-r--r-- | src/kernel/qmotifdnd_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qmotifdnd_x11.cpp b/src/kernel/qmotifdnd_x11.cpp index ddb7bb17b..0085b8956 100644 --- a/src/kernel/qmotifdnd_x11.cpp +++ b/src/kernel/qmotifdnd_x11.cpp @@ -68,11 +68,11 @@ in doc/dnd.doc, where the documentation system can see it. */ #include "qplatformdefs.h" -#include "qapplication.h" +#include "ntqapplication.h" #ifndef QT_NO_DRAGANDDROP -#include "qwidget.h" +#include "ntqwidget.h" #include "qt_x11_p.h" #include <stdlib.h> |