#include <QtGui/qtooltip.h>
#ifndef QTOOLTIP_H
#ifndef QT_NO_TOOLTIP
class QToolTip{
public: static void showText(class QPoint const & pos, class QString const & text, class QWidget* w, class QRect const & rect);
};
#endif // QT_NO_TOOLTIP
#endif // QTOOLTIP_H