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

kglobalsettings.cpp

Go to the documentation of this file.
00001 #include "kglobalsettings.h"
00002 
00003 QFont KGlobalSettings::generalFont()
00004 {
00005   return QFont("fixed",12);
00006 }
00007 
00008 QColor KGlobalSettings::baseColor()
00009 {
00010         return Qt::white;
00011 }
00012 
00013 QColor KGlobalSettings::highlightColor()
00014 {
00015         return Qt::blue;
00016 }
00017 

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