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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/views/cardview.h b/kaddressbook/views/cardview.h
index e2229dd2..e3c29e5a 100644
--- a/kaddressbook/views/cardview.h
+++ b/kaddressbook/views/cardview.h
@@ -60,12 +60,12 @@ class CardViewItem
/**
Constructor.
- @param tqparent The CardView that this card should be displayed on.
+ @param parent The CardView that this card should be displayed on.
@param caption The caption of the card. This is the text that will
appear at the top of the card. This is also the string that will
be used to sort the cards in the view.
*/
- CardViewItem( CardView *tqparent, const TQString &caption = TQString() );
+ CardViewItem( CardView *parent, const TQString &caption = TQString() );
virtual ~CardViewItem();
/**
@@ -129,7 +129,7 @@ class CardViewItem
bool isSelected() const;
/**
- Called by the tqparent card view when the mouse has been resting for
+ Called by the parent card view when the mouse has been resting for
a certain amount of time. If the label or value at pos is obscured
(trimmed) make the label display the full text.
*/
@@ -202,12 +202,12 @@ class CardView : public TQScrollView
/**
Constructor.
*/
- CardView( TQWidget *tqparent, const char *name );
+ CardView( TQWidget *parent, const char *name );
virtual ~CardView();
/**
Inserts the item into the card view. This method does not have
- to be called if you created the item with a proper tqparent. Once
+ to be called if you created the item with a proper parent. Once
inserted, the CardView takes ownership of the item.
*/
void insertItem( CardViewItem *item );