#include <QtGui/qtooltip.h> #ifndef QTOOLTIP_H #ifndef QT_NO_TOOLTIP class QToolTip{ /* Some contents are skipped to improve readability */ public: static void showText(class QPoint const & pos, class QString const & text, class QWidget* w = 0); /* ... */ }; #endif // QT_NO_TOOLTIP #endif // QTOOLTIP_H