diff options
Diffstat (limited to 'kmail/identitylistview.h')
-rw-r--r-- | kmail/identitylistview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/identitylistview.h b/kmail/identitylistview.h index b2c48418e..31b80a77d 100644 --- a/kmail/identitylistview.h +++ b/kmail/identitylistview.h @@ -47,9 +47,9 @@ namespace KMail { **/ class IdentityListViewItem : public KListViewItem { public: - IdentityListViewItem( IdentityListView * tqparent, + IdentityListViewItem( IdentityListView * parent, const KPIM::Identity & ident ); - IdentityListViewItem( IdentityListView * tqparent, TQListViewItem * after, + IdentityListViewItem( IdentityListView * parent, TQListViewItem * after, const KPIM::Identity & ident ); uint uoid() const { return mUOID; } @@ -70,7 +70,7 @@ namespace KMail { Q_OBJECT TQ_OBJECT public: - IdentityListView( TQWidget * tqparent=0, const char * name=0 ); + IdentityListView( TQWidget * parent=0, const char * name=0 ); virtual ~IdentityListView() {} public slots: |