summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kglobalsettings.h
blob: 34cdb499a786637d63090e85b4479eb6e25e7f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MICROKDE_KGLOBALSETTINGS_H
#define MICROKDE_KGLOBALSETTINGS_H

#include <qfont.h>
#include <qcolor.h>

class KGlobalSettings
{
  public:
    static QFont generalFont();
    static QColor baseColor();
    static QColor highlightColor();
};

#endif