summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kglobalsettings.h
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/libkate/microkde/kglobalsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/microkde/kglobalsettings.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/libkate/microkde/kglobalsettings.h b/noncore/apps/tinykate/libkate/microkde/kglobalsettings.h
new file mode 100644
index 0000000..34cdb49
--- a/dev/null
+++ b/noncore/apps/tinykate/libkate/microkde/kglobalsettings.h
@@ -0,0 +1,15 @@
1#ifndef MICROKDE_KGLOBALSETTINGS_H
2#define MICROKDE_KGLOBALSETTINGS_H
3
4#include <qfont.h>
5#include <qcolor.h>
6
7class KGlobalSettings
8{
9 public:
10 static QFont generalFont();
11 static QColor baseColor();
12 static QColor highlightColor();
13};
14
15#endif