diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kmail/recipientspicker.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
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 85f7432a..ede82ba8 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; |