00001 #ifndef MINIKDE_KCOLORDIALOG_H 00002 #define MINIKDE_KCOLORDIALOG_H 00003 00004 #include <qcolor.h> 00005 00006 class KColorDialog 00007 { 00008 public: 00009 enum { Accepted }; 00010 00011 static int getColor( const QColor & ); 00012 }; 00013 00014 #endif
1.4.2