summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kglobalsettings.h
Side-by-side diff
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 @@
+#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