summaryrefslogtreecommitdiffstats
path: root/kmail/recipientseditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientseditor.h')
-rw-r--r--kmail/recipientseditor.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kmail/recipientseditor.h b/kmail/recipientseditor.h
index 7bd9d13b..0c4aafbc 100644
--- a/kmail/recipientseditor.h
+++ b/kmail/recipientseditor.h
@@ -74,7 +74,7 @@ class RecipientComboBox : public TQComboBox
Q_OBJECT
TQ_OBJECT
public:
- RecipientComboBox( TQWidget *tqparent );
+ RecipientComboBox( TQWidget *parent );
signals:
void rightPressed();
@@ -88,8 +88,8 @@ class RecipientLineEdit : public KMLineEdit
Q_OBJECT
TQ_OBJECT
public:
- RecipientLineEdit( TQWidget * tqparent ) :
- KMLineEdit( true, tqparent ) {}
+ RecipientLineEdit( TQWidget * parent ) :
+ KMLineEdit( true, parent ) {}
signals:
void deleteMe();
@@ -105,7 +105,7 @@ class RecipientLine : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- RecipientLine( TQWidget *tqparent );
+ RecipientLine( TQWidget *parent );
void setRecipient( const Recipient & );
Recipient recipient() const;
@@ -175,7 +175,7 @@ class RecipientsView : public TQScrollView
Q_OBJECT
TQ_OBJECT
public:
- RecipientsView( TQWidget *tqparent );
+ RecipientsView( TQWidget *parent );
TQSize tqminimumSizeHint() const;
TQSize tqsizeHint() const;
@@ -253,7 +253,7 @@ class RecipientsView : public TQScrollView
class RecipientsToolTip : public TQToolTip
{
public:
- RecipientsToolTip( RecipientsView *, TQWidget *tqparent );
+ RecipientsToolTip( RecipientsView *, TQWidget *parent );
protected:
void maybeTip( const TQPoint & p );
@@ -269,7 +269,7 @@ class SideWidget : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- SideWidget( RecipientsView *view, TQWidget *tqparent );
+ SideWidget( RecipientsView *view, TQWidget *parent );
~SideWidget();
RecipientsPicker* picker() const;
@@ -301,7 +301,7 @@ class RecipientsEditor : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- RecipientsEditor( TQWidget *tqparent );
+ RecipientsEditor( TQWidget *parent );
~RecipientsEditor();
void clear();