SVN_SILENT: tabs->spaces

svn path=/trunk/KDE/kdelibs/; revision=1193361
This commit is contained in:
Aaron J. Seigo 2010-11-05 18:19:20 +00:00
parent 34c469c2b8
commit 68c79e755b

12
theme.h
View File

@ -68,12 +68,12 @@ class PLASMA_EXPORT Theme : public QObject
ButtonBackgroundColor = 8, /** background color for buttons*/
LinkColor = 16, /** color for clickable links */
VisitedLinkColor = 32, /** color visited clickable links */
ButtonHoverColor = 64, /** color for hover effect on buttons */
ButtonFocusColor = 128, /** color for focus effect on buttons */
ViewTextColor = 256, /** text color for views */
ViewBackgroundColor = 512, /** background color for views */
ViewHoverColor = 1024, /** color for hover effect on view */
ViewFocusColor = 2048 /** color for focus effect on view */
ButtonHoverColor = 64, /** color for hover effect on buttons */
ButtonFocusColor = 128, /** color for focus effect on buttons */
ViewTextColor = 256, /** text color for views */
ViewBackgroundColor = 512, /** background color for views */
ViewHoverColor = 1024, /** color for hover effect on view */
ViewFocusColor = 2048 /** color for focus effect on view */
};
enum FontRole {