#include <QtGui/qcursor.h>
#ifndef QCURSOR_H
#ifndef QT_NO_CURSOR
class QCursor{
   /* Some contents are skipped to improve readability */
   public: QCursor(struct QPixmap const & pixmap, int hotX = -1, int hotY = -1);
   /* ... */
};
#endif // QT_NO_CURSOR
#endif // QCURSOR_H