#ifndef MICROKDE_KGLOBALSETTINGS_H #define MICROKDE_KGLOBALSETTINGS_H #include #include class KGlobalSettings { public: static QFont generalFont(); static QColor baseColor(); static QColor highlightColor(); }; #endif