-rw-r--r-- | microkde/kglobalsettings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/microkde/kglobalsettings.h b/microkde/kglobalsettings.h index e2620b3..05ef279 100644 --- a/microkde/kglobalsettings.h +++ b/microkde/kglobalsettings.h | |||
@@ -15,8 +15,10 @@ class KGlobalSettings | |||
15 | static QFont generalMaxFont(); | 15 | static QFont generalMaxFont(); |
16 | static QFont toolBarFont(); | 16 | static QFont toolBarFont(); |
17 | 17 | ||
18 | static QColor mAlternate; | ||
18 | static QColor toolBarHighlightColor(); | 19 | static QColor toolBarHighlightColor(); |
19 | static QColor alternateBackgroundColor(); | 20 | static QColor alternateBackgroundColor(); |
21 | static void setAlternateBackgroundColor(QColor); | ||
20 | static QRect desktopGeometry( QWidget * ); | 22 | static QRect desktopGeometry( QWidget * ); |
21 | static QString timeTrackerDir(); | 23 | static QString timeTrackerDir(); |
22 | 24 | ||