diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:07:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:07:15 -0600 |
commit | 03d6e3015a4e4b43ac051291557dc60cc1af0f65 (patch) | |
tree | d4be5571c66632edfcb271f68f28086654231895 /style/lipstik.cpp | |
parent | ebbc782c300cff5174c74d5018a9d36ce4ab72f2 (diff) | |
download | tde-style-lipstik-03d6e3015a4e4b43ac051291557dc60cc1af0f65.tar.gz tde-style-lipstik-03d6e3015a4e4b43ac051291557dc60cc1af0f65.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'style/lipstik.cpp')
-rw-r--r-- | style/lipstik.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/lipstik.cpp b/style/lipstik.cpp index a77387c..4eb3d6f 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -1236,7 +1236,7 @@ void LipstikStyle::renderTab(TQPainter *p, // fake the panel border edge for tabs which are aligned left-most // (i.e. only if there is no widget in the corner of the tabwidget!) if(isFirst&&!reverseLayout&&!cornerWidget) - // normal tqlayout + // normal layout { if (!bottom) { p->setPen(alphaBlendColors(g.background(), getColor(g,PanelContour), 50) ); @@ -1258,7 +1258,7 @@ void LipstikStyle::renderTab(TQPainter *p, p->drawPoint(Rb.x()+1, Rb.bottom() ); } } else if(isFirst&&reverseLayout&&!cornerWidget) - // reverse tqlayout + // reverse layout { if (!bottom) { p->setPen(alphaBlendColors(g.background(), getColor(g,PanelContour), 50) ); |