equal
deleted
inserted
replaced
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
9 ** $QT_BEGIN_LICENSE:LGPL$ |
9 ** $QT_BEGIN_LICENSE:LGPL$ |
10 ** No Commercial Usage |
10 ** No Commercial Usage |
11 ** This file contains pre-release code and may not be distributed. |
11 ** This file contains pre-release code and may not be distributed. |
12 ** You may use this file in accordance with the terms and conditions |
12 ** You may use this file in accordance with the terms and conditions |
50 #include "qevent.h" |
50 #include "qevent.h" |
51 #include "qpainter.h" |
51 #include "qpainter.h" |
52 #include "qdnd_p.h" |
52 #include "qdnd_p.h" |
53 #include "qt_s60_p.h" |
53 #include "qt_s60_p.h" |
54 |
54 |
55 #include <COECNTRL.H> |
55 #include <coecntrl.h> |
56 // pointer cursor |
56 // pointer cursor |
57 #include <w32std.h> |
57 #include <w32std.h> |
58 #include <gdi.h> |
58 #include <gdi.h> |
59 #include <QCursor> |
59 #include <QCursor> |
60 |
60 |