#include <QtGui/qimage.h>
#ifndef QIMAGE_H
class QImage: public QPaintDevice{
public: class QImage scaled(class QSize const & s, enum Qt::AspectRatioMode aspectMode = Qt::IgnoreAspectRatio, enum Qt::TransformationMode mode = Qt::FastTransformation) const
};
#endif // QIMAGE_H