#ifndef QWHATSTHIS_H
#define QWHATSTHIS_H
#include <QtCore/qobject.h>
#include <QtGui/qcursor.h>
typedef enum QtValidLicenseForGuiModule QtGuiModule;
#ifndef QT_NO_WHATSTHIS
struct QAction;
class QWhatsThis{
private: QWhatsThis();
public: static void enterWhatsThisMode();
public: static bool inWhatsThisMode();
public: static void leaveWhatsThisMode();
public: static void showText(class QPoint const & pos, class QString const & text, struct QWidget* w = 0);
public: static void hideText();
public: static struct QAction* createAction(class QObject* parent = 0);
};
#endif // QT_NO_WHATSTHIS
#endif // QWHATSTHIS_H