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