#include <QtGui/qstyleoption.h>
#ifndef QSTYLEOPTION_H
#ifndef QT_NO_SLIDER
class QStyleOptionSlider: public QStyleOptionComplex{
public: inline QStyleOptionSlider(class QStyleOptionSlider const & other);
};
#endif // QT_NO_SLIDER
#endif // QSTYLEOPTION_H