diff options
Diffstat (limited to 'kcoloredit/kxycolorselector.cpp')
-rw-r--r-- | kcoloredit/kxycolorselector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/kxycolorselector.cpp b/kcoloredit/kxycolorselector.cpp index 68df676d..e6c0e6ef 100644 --- a/kcoloredit/kxycolorselector.cpp +++ b/kcoloredit/kxycolorselector.cpp @@ -42,7 +42,7 @@ void KXYColorSelector::setType(const int type) { void KXYColorSelector::updateContents() { drawPalette(&pixmap); - tqrepaint(); + repaint(); } void KXYColorSelector::resizeEvent(TQResizeEvent*) { |