summaryrefslogtreecommitdiffstats
path: root/kaddressbook/views/cardview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/views/cardview.h')
-rw-r--r--kaddressbook/views/cardview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/views/cardview.h b/kaddressbook/views/cardview.h
index 0001fcfb..e2229dd2 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* );