#include <QtGui/qwidget.h>
#ifndef QWIDGET_H
class QWidget: public QObject, public QPaintDevice{
#ifndef QT_NO_SHORTCUT
public: int grabShortcut(class QKeySequence const & key, enum Qt::ShortcutContext context = Qt::WindowShortcut);
#endif
};
#endif // QWIDGET_H