#include <QtGui/qcdestyle.h>
#ifndef QCDESTYLE_H
#if !defined(QT_NO_STYLE_CDE)
class QCDEStyle: public QMotifStyle{
public: virtual void drawControl(enum QStyle::ControlElement element, struct QStyleOption const * opt, struct QPainter* p, struct QWidget const * w = 0) const
};
#endif // QT_NO_STYLE_CDE
#endif // QCDESTYLE_H