#include <QtGui/qabstractspinbox.h>
#ifndef QABSTRACTSPINBOX_H
#ifndef QT_NO_SPINBOX
class QAbstractSpinBox: public QWidget{
protected: virtual void contextMenuEvent(struct QContextMenuEvent* event);
};
#endif // QT_NO_SPINBOX
#endif // QABSTRACTSPINBOX_H