From 03d51915bf86a00c5953817c89976b62785bb5a1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: 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 --- kcoloredit/paletteviewscrolledarea.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcoloredit/paletteviewscrolledarea.h') diff --git a/kcoloredit/paletteviewscrolledarea.h b/kcoloredit/paletteviewscrolledarea.h index 8e69a354..9f708b85 100644 --- a/kcoloredit/paletteviewscrolledarea.h +++ b/kcoloredit/paletteviewscrolledarea.h @@ -42,7 +42,7 @@ public: TQScrollBar* hScrollBar, KColorEditView* view, TQWidget* tqparent = 0, const char* name = 0); ~PaletteViewScrolledArea(); - /** Sets cells sizes and then calls tqrepaintPalette() */ + /** Sets cells sizes and then calls repaintPalette() */ void redraw(); public slots: @@ -106,8 +106,8 @@ protected: * visible area width */ void setCellsSizes(); - /** tqrepaints the palette */ - void tqrepaintPalette(); + /** repaints the palette */ + void repaintPalette(); /** @return A color index at a given position, -1 if none */ int colorIndex(const TQPoint& point) const; /** @return A color at a given position */ -- cgit v1.2.3