diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/qplatinumstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp index 173d3003a..09f67db24 100644 --- a/src/styles/qplatinumstyle.cpp +++ b/src/styles/qplatinumstyle.cpp @@ -110,7 +110,7 @@ void TQPlatinumStyle::drawPrimitive( PrimitiveElement pe, TQColorGroup myCG = cg; TQBrush fill; - // tquick trick to make sure toolbuttons drawn sunken + // quick trick to make sure toolbuttons drawn sunken // when they are activated... if ( flags & Style_On ) flags |= Style_Sunken; |