#include <QtGui/qcursor.h>
#ifndef QCURSOR_H
#ifndef QT_NO_CURSOR
class QCursor{
#ifndef qdoc
#if defined(Q_WS_WIN)
#elif defined(Q_WS_X11)
public: static int x11Screen();
#elif defined(Q_WS_MAC)
#elif defined(Q_WS_QWS)
#endif
#endif
};
#endif // QT_NO_CURSOR
#endif // QCURSOR_H