Rename incorrect instances of tqrepaint[...] to repaint[...]

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 12bbadcc61
commit 85ababbad0

@ -67,7 +67,7 @@ class TQtCKStyle: public TQCommonStyle
* internal menu transparency engine.
*
* @li FilledFrameWorkaround - Enable this flag to facilitate
* proper tqrepaints of TQMenuBars and TQToolBars when the style chooses
* proper repaints of TQMenuBars and TQToolBars when the style chooses
* to paint the interior of a TQFrame. The style primitives in question
* are PE_PanelMenuBar and PE_PanelDockWindow. The HighColor style uses
* this workaround to enable painting of gradients in menubars and

@ -1749,7 +1749,7 @@ void TQtCurveStyle::polish(TQWidget *widget)
// applications cg.midlight() so we override it to standard background.
// Thanks Comix! (because this was ugly from day one!)
// NOTE: Check if we can set it earlier (before painting), cause
// on slow machines we can see the tqrepainting of the bar (from white to background...)
// on slow machines we can see the repainting of the bar (from white to background...)
TQPalette pal(TQApplication::tqpalette());
pal.setColor(TQColorGroup::Midlight, pal.active().background());

Loading…
Cancel
Save