#include <QtGui/qcolordialog.h>
#ifndef QCOLORDIALOG_H
#ifndef QT_NO_COLORDIALOG
class QColorDialog: public QDialog{
public: static class QColor getColor(class QColor const & init = Qt::white, class QWidget* parent = 0);
};
#endif // QT_NO_COLORDIALOG
#endif // QCOLORDIALOG_H