00001 #ifndef MICROKDE_KGLOBALSETTINGS_H 00002 #define MICROKDE_KGLOBALSETTINGS_H 00003 00004 #include <qfont.h> 00005 #include <qcolor.h> 00006 00007 class KGlobalSettings 00008 { 00009 public: 00010 static QFont generalFont(); 00011 static QColor baseColor(); 00012 static QColor highlightColor(); 00013 }; 00014 00015 #endif
1.4.2