#include <QtGui/qwhatsthis.h>
#ifndef QWHATSTHIS_H
#ifndef QT_NO_WHATSTHIS
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