explicitly setting BackgroundColor = 2 seems to prevent both HighlightColor

and BackgroundColor = 1 (probably compiler issues)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=816428
This commit is contained in:
Marco Martin 2008-06-03 20:39:55 +00:00
parent e982ecd2e8
commit 27fe9143ff

View File

@ -57,7 +57,7 @@ class PLASMA_EXPORT Theme : public QObject
{
TextColor = 0 /**< the text color to be used by items resting on the background */,
HighlightColor = 1 /**< the text higlight color to be used by items resting on the background */,
BackgroundColor /**< the default background color */
BackgroundColor = 2 /**< the default background color */
};
enum FontRole