summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2012-04-22 21:21:11 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-23 09:45:24 +0200
commit628963636521cb3853169ba278f7773b3f8c4abd (patch)
tree798d9ab6152fbc2c946cddbdbf57b86d9a85f6a5
parented9b52ecfbef17dc408266a9bce365b6b5c098a8 (diff)
Fix unmatched double quote character
Change-Id: I25fb7dac38db2800ce974d40ec275d510f6d47f4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r--src/widgets/styles/qwindowsxpstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/styles/qwindowsxpstyle.cpp b/src/widgets/styles/qwindowsxpstyle.cpp
index 801c7f7e5c..288863c478 100644
--- a/src/widgets/styles/qwindowsxpstyle.cpp
+++ b/src/widgets/styles/qwindowsxpstyle.cpp
@@ -1773,7 +1773,7 @@ case PE_Frame:
case PE_IndicatorHeaderArrow:
{
#if 0 // XP theme engine doesn't know about this :(
- name = QWindowsXPStylePrivate::HEADER");
+ name = QWindowsXPStylePrivate::HeaderTheme;
partId = HP_HEADERSORTARROW;
if (flags & State_Down)
stateId = HSAS_SORTEDDOWN;