diff options
Diffstat (limited to 'tdefx/kstyle.cpp')
-rw-r--r-- | tdefx/kstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefx/kstyle.cpp b/tdefx/kstyle.cpp index b56705146..9f4b4a921 100644 --- a/tdefx/kstyle.cpp +++ b/tdefx/kstyle.cpp @@ -1471,7 +1471,7 @@ TQRect KStyle::querySubControlMetrics( TQ_ComplexControl control, bool platinumScrollBar = d->scrollbarType & PlatinumStyleScrollBar; bool nextScrollBar = d->scrollbarType & NextStyleScrollBar; - bool horizontal = ceData.orientation == Qt::Horizontal; + bool horizontal = ceData.orientation == TQt::Horizontal; int sliderstart = ceData.startStep; int sbextent = pixelMetric(PM_ScrollBarExtent, ceData, elementFlags, widget); int maxlen = (horizontal ? ceData.rect.width() : ceData.rect.height()) |