diff options
Diffstat (limited to 'kmail/recipientspicker.h')
-rw-r--r-- | kmail/recipientspicker.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kmail/recipientspicker.h b/kmail/recipientspicker.h index 85f7432a4..ede82ba85 100644 --- a/kmail/recipientspicker.h +++ b/kmail/recipientspicker.h @@ -103,10 +103,10 @@ class RecipientItem TQString mKey; }; -class RecipientViewItem : public KListViewItem +class RecipientViewItem : public TDEListViewItem { public: - RecipientViewItem( RecipientItem *, KListView * ); + RecipientViewItem( RecipientItem *, TDEListView * ); RecipientItem *recipientItem() const; @@ -117,13 +117,13 @@ class RecipientViewItem : public KListViewItem class RecipientsListToolTip : public TQToolTip { public: - RecipientsListToolTip( TQWidget *parent, KListView * ); + RecipientsListToolTip( TQWidget *parent, TDEListView * ); protected: void maybeTip( const TQPoint &pos ); private: - KListView *mListView; + TDEListView *mListView; }; class RecipientsCollection @@ -160,12 +160,12 @@ class RecipientsCollection TQMap<TQString, RecipientItem *> mKeyMap; }; -class SearchLine : public KListViewSearchLine +class SearchLine : public TDEListViewSearchLine { Q_OBJECT public: - SearchLine( TQWidget *parent, KListView *listView ); + SearchLine( TQWidget *parent, TDEListView *listView ); signals: void downPressed(); @@ -225,8 +225,8 @@ class RecipientsPicker : public TQDialog KABC::StdAddressBook *mAddressBook; TQComboBox *mCollectionCombo; - KListView *mRecipientList; - KListViewSearchLine *mSearchLine; + TDEListView *mRecipientList; + TDEListViewSearchLine *mSearchLine; TQPushButton *mToButton; TQPushButton *mCcButton; |