-rw-r--r-- | library/qpeapplication.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 040b2fe..26e310a 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -1319,2 +1319,4 @@ void QPEApplication::reset() { + +extern bool qt_left_hand_scrollbars __attribute__(( weak )); /*! @@ -1375,2 +1377,7 @@ void QPEApplication::applyStyle() + + // Set the ScrollBar on the 'right' side but only if the weak symbol is present + if (&qt_left_hand_scrollbars ) + qt_left_hand_scrollbars = config.readBoolEntry( "LeftHand", false ); + // Window Decoration @@ -1382,3 +1389,2 @@ void QPEApplication::applyStyle() - //qDebug ( "Setting Deco: %s -- old %s (%d)", dec.latin1(), d-> decorationName.latin1(), nostyle); |