diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index c6a3c2ba..3b0db97c 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -1399,7 +1399,7 @@ void TQSGIStyle::drawComplexControl( ComplexControl control, break; default: -// TQMotifStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, sub, subActive, opt, widget ); + TQMotifStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, sub, subActive, opt, widget ); break; } }