diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-11 10:38:15 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-11 10:38:15 (GMT) |
commit | 285f49d680a824e788eb6cf107f70cd94d358dfe (patch) | |
tree | 86786c36ac6e7844e4c12426bea653e05607c948 /src | |
parent | b7d91c0d798bc10dd4f8a750723285076fb96935 (diff) | |
download | Qt-285f49d680a824e788eb6cf107f70cd94d358dfe.zip Qt-285f49d680a824e788eb6cf107f70cd94d358dfe.tar.gz Qt-285f49d680a824e788eb6cf107f70cd94d358dfe.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/styles/qs60style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp index 5e5adab..5fe9050 100644 --- a/src/gui/styles/qs60style.cpp +++ b/src/gui/styles/qs60style.cpp @@ -723,7 +723,7 @@ void QS60StylePrivate::setThemePalette(QPalette *palette) const palette->setBrush(QPalette::Base, Qt::transparent); // set button color based on pixel colors #ifndef Q_WS_S60 - //For emulated style, just calculate the color everytime + //For emulated style, just calculate the color every time const QColor buttonColor = calculatedColor(SF_ButtonNormal); #else const QColor buttonColor = colorFromFrameGraphics(SF_ButtonNormal); |