diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 108bea9b133928f862999211f6d3b7c7b16fb261 (patch) | |
tree | 8c3491de56d54f826d50c64c5ca5e0c9404a214f /style/lipstik.cpp | |
parent | 1d95710a43237e5925b847fb08989e3c27807a08 (diff) | |
download | tde-style-lipstik-108bea9b133928f862999211f6d3b7c7b16fb261.tar.gz tde-style-lipstik-108bea9b133928f862999211f6d3b7c7b16fb261.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 a06202a..aba9b7b 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -330,7 +330,7 @@ void LipstikStyle::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 kPalette = TQApplication::palette(); kPalette.setColor( TQColorGroup::Midlight,kPalette.active().background() ); TQApplication::setPalette( kPalette ); @@ -3980,7 +3980,7 @@ bool LipstikStyle::eventFilter(TQObject *obj, TQEvent *ev) TQMouseEvent *me = dynamic_cast<TQMouseEvent*>(ev); if (tabbar && me) { - // avoid unnecessary tqrepaints (which otherwise would occour on every + // avoid unnecessary repaints (which otherwise would occour on every // MouseMove event causing high cpu load). bool tqrepaint = true; |