summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-19 11:55:01 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-19 15:23:42 (GMT)
commit758153a35e4f7066419f5a0a9f44cdc37839c419 (patch)
tree23330db71e5117b74cdee9c6f819f2a4d2d3cd41 /src/gui/styles
parentade25abbe4009c2f491cbd05e81903317d91ec82 (diff)
downloadQt-758153a35e4f7066419f5a0a9f44cdc37839c419.zip
Qt-758153a35e4f7066419f5a0a9f44cdc37839c419.tar.gz
Qt-758153a35e4f7066419f5a0a9f44cdc37839c419.tar.bz2
qwindowsmobilestyle.cpp: endif comment fixed
Diffstat (limited to 'src/gui/styles')
-rw-r--r--src/gui/styles/qwindowsmobilestyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qwindowsmobilestyle.cpp b/src/gui/styles/qwindowsmobilestyle.cpp
index d27b1ec..a617102 100644
--- a/src/gui/styles/qwindowsmobilestyle.cpp
+++ b/src/gui/styles/qwindowsmobilestyle.cpp
@@ -6003,7 +6003,7 @@ void QWindowsMobileStyle::drawComplexControl(ComplexControl control, const QStyl
}
painter->restore();
break;
-#endif // QT_NO_SLIDER
+#endif // QT_NO_SCROLLBAR
case CC_ToolButton:
if (const QStyleOptionToolButton *toolbutton
= qstyleoption_cast<const QStyleOptionToolButton *>(option)) {