Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

kglobalsettings.h

Go to the documentation of this file.
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

Generated on Sat Nov 5 16:17:12 2005 for OPIE by  doxygen 1.4.2