#ifndef MINIKDE_KFONTDIALOG_H #define MINIKDE_KFONTDIALOG_H #include #include class KFontDialog { public: enum { Accepted }; static QFont getFont( const QFont & f, bool & ok); }; #endif