#ifndef MINIKDE_KCOLORDIALOG_H #define MINIKDE_KCOLORDIALOG_H #include #include class KColorDialog : OColorDialog { Q_OBJECT public: enum { Accepted }; static int getColor( const QColor & ); }; #endif