summaryrefslogtreecommitdiffstats
path: root/kcoloredit/paletteviewscrolledarea.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit03d51915bf86a00c5953817c89976b62785bb5a1 (patch)
tree9d7535688297156379ab6c2639875b08b491babe /kcoloredit/paletteviewscrolledarea.cpp
parentb86459d60bcb618fe6a61afb292b087c64878f1a (diff)
downloadtdegraphics-03d51915bf86a00c5953817c89976b62785bb5a1.tar.gz
tdegraphics-03d51915bf86a00c5953817c89976b62785bb5a1.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcoloredit/paletteviewscrolledarea.cpp')
-rw-r--r--kcoloredit/paletteviewscrolledarea.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcoloredit/paletteviewscrolledarea.cpp b/kcoloredit/paletteviewscrolledarea.cpp
index e6d26a20..f6aa47cb 100644
--- a/kcoloredit/paletteviewscrolledarea.cpp
+++ b/kcoloredit/paletteviewscrolledarea.cpp
@@ -73,10 +73,10 @@ void PaletteViewScrolledArea::slotViewColorNames(bool viewColorNames) {
void PaletteViewScrolledArea::redraw() {
//setCellsSizes();
- tqrepaintPalette();
+ repaintPalette();
}
-void PaletteViewScrolledArea::tqrepaintPalette() {
+void PaletteViewScrolledArea::repaintPalette() {
tqrepaint(false);
}
@@ -106,7 +106,7 @@ void PaletteViewScrolledArea::slotScrollTimeout() {
else
setSelection(selectionEnd, selectionBegin);
checkSelectionAutoScroll(cursorPoint.y());
- tqrepaintPalette();
+ repaintPalette();
}
}