From a764a60ef4234d53afc806cb280fb8a7c07b1ff1 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/kdeaccessibility@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmag/kmagzoomview.cpp | 2 +- kmag/kmagzoomview.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kmag/kmagzoomview.cpp b/kmag/kmagzoomview.cpp index 7608887..6c3e8f1 100644 --- a/kmag/kmagzoomview.cpp +++ b/kmag/kmagzoomview.cpp @@ -227,7 +227,7 @@ void KMagZoomView::resizeEvent( TQResizeEvent * e ) } /** - * Called when the widget is to be tqrepainted + * Called when the widget is to be repainted * * @param p */ diff --git a/kmag/kmagzoomview.h b/kmag/kmagzoomview.h index 0c492cb..5f88458 100644 --- a/kmag/kmagzoomview.h +++ b/kmag/kmagzoomview.h @@ -132,7 +132,7 @@ class KMagZoomView : public TQScrollView /// Called when the widget has been resized void resizeEvent(TQResizeEvent *e); - /// Called when the widget is to be tqrepainted + /// Called when the widget is to be repainted void drawContents ( TQPainter * p, int clipx, int clipy, int clipw, int cliph ); /// This function calculates the mouse position relative to the image -- cgit v1.2.3