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 | fc5197ec86abe5dc0fa4b48979684845b52357f2 (patch) | |
tree | 35d6457c1e624c3920774e3dadafc7151bec36e6 /kaddressbook/views/cardview.h | |
parent | 09e3107854a6c8601b556a1bf0cc61d5df801f6a (diff) | |
download | tdepim-fc5197ec86abe5dc0fa4b48979684845b52357f2.tar.gz tdepim-fc5197ec86abe5dc0fa4b48979684845b52357f2.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaddressbook/views/cardview.h')
-rw-r--r-- | kaddressbook/views/cardview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/views/cardview.h b/kaddressbook/views/cardview.h index 0001fcfb9..e2229dd2d 100644 --- a/kaddressbook/views/cardview.h +++ b/kaddressbook/views/cardview.h @@ -90,7 +90,7 @@ class CardViewItem Repaints the card. This is done by sending a tqrepaint event to the view with the clip rect defined as this card. */ - virtual void tqrepaintCard(); + virtual void repaintCard(); /** Adds a field to the card. @@ -255,7 +255,7 @@ class CardView : public TQScrollView /** Repaints the given item. */ - void tqrepaintItem( const CardViewItem *item ); + void repaintItem( const CardViewItem *item ); enum SelectionMode { Single, Multi, Extended, NoSelection }; @@ -516,7 +516,7 @@ class CardView : public TQScrollView void drawContents( TQPainter *p, int clipx, int clipy, int clipw, int cliph ); /** - Sets the tqlayout to dirty and tqrepaints. + Sets the tqlayout to dirty and repaints. */ void resizeEvent( TQResizeEvent* ); |