summaryrefslogtreecommitdiffstats
path: root/kmail/recipientspicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/recipientspicker.cpp')
-rw-r--r--kmail/recipientspicker.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/recipientspicker.cpp b/kmail/recipientspicker.cpp
index 11b2cec6..097cedd0 100644
--- a/kmail/recipientspicker.cpp
+++ b/kmail/recipientspicker.cpp
@@ -227,9 +227,9 @@ RecipientItem *RecipientViewItem::recipientItem() const
}
-RecipientsListToolTip::RecipientsListToolTip( TQWidget *tqparent,
+RecipientsListToolTip::RecipientsListToolTip( TQWidget *parent,
KListView *listView )
- : TQToolTip( tqparent )
+ : TQToolTip( parent )
{
mListView = listView;
}
@@ -327,8 +327,8 @@ TQString RecipientsCollection::id() const
return mId;
}
-SearchLine::SearchLine( TQWidget *tqparent, KListView *listView )
- : KListViewSearchLine( tqparent, listView )
+SearchLine::SearchLine( TQWidget *parent, KListView *listView )
+ : KListViewSearchLine( parent, listView )
{
}
@@ -340,8 +340,8 @@ void SearchLine::keyPressEvent( TQKeyEvent *ev )
}
-RecipientsPicker::RecipientsPicker( TQWidget *tqparent )
- : TQDialog( tqparent, "RecipientsPicker" )
+RecipientsPicker::RecipientsPicker( TQWidget *parent )
+ : TQDialog( parent, "RecipientsPicker" )
#ifndef KDEPIM_NEW_DISTRLISTS
, mDistributionListManager( 0 )
#endif