use button text for normal text, preserves theme compatibility with prior releases

svn path=/trunk/KDE/kdelibs/; revision=1191136
This commit is contained in:
Aaron J. Seigo 2010-10-29 17:25:24 +00:00
parent afe897be89
commit ca4e345c15
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public:
LineEditPrivate(LineEdit *lineEdit)
: ThemedWidgetInterface<LineEdit>(lineEdit)
{
buttonColorForText = true;
}
~LineEditPrivate()

View File

@ -43,6 +43,7 @@ public:
: ThemedWidgetInterface<SpinBox>(spinBox),
focusIndicator(0)
{
buttonColorForText = true;
}
~SpinBoxPrivate()