-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 static QFont generalMaxFont(); static QFont toolBarFont(); + static QColor mAlternate; static QColor toolBarHighlightColor(); static QColor alternateBackgroundColor(); + static void setAlternateBackgroundColor(QColor); static QRect desktopGeometry( QWidget * ); static QString timeTrackerDir(); |