diff options
Diffstat (limited to 'kmymoney2/views/kpayeesview.h')
-rw-r--r-- | kmymoney2/views/kpayeesview.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kmymoney2/views/kpayeesview.h b/kmymoney2/views/kpayeesview.h index e640bf1..611b29a 100644 --- a/kmymoney2/views/kpayeesview.h +++ b/kmymoney2/views/kpayeesview.h @@ -45,7 +45,7 @@ class TQSplitter; #include "kmymoneytransaction.h" #include <kmymoney/mymoneypayee.h> -class KListViewSearchLineWidget; +class TDEListViewSearchLineWidget; /** * @author Michael Edwardes, Thomas Baumgart @@ -141,18 +141,18 @@ private: /** * This class represents an item in the payees list view. */ -class KPayeeListItem : public KListViewItem +class KPayeeListItem : public TDEListViewItem { public: /** * Constructor to be used to construct a payee entry object. * - * @param parent pointer to the KListView object this entry should be + * @param parent pointer to the TDEListView object this entry should be * added to. * @param payee const reference to MyMoneyPayee for which - * the KListView entry is constructed + * the TDEListView entry is constructed */ - KPayeeListItem(KListView *parent, const MyMoneyPayee& payee); + KPayeeListItem(TDEListView *parent, const MyMoneyPayee& payee); ~KPayeeListItem(); /** @@ -172,10 +172,10 @@ private: * This class represents an item in the transaction list view. It is used * by the KPayeesView to select between transactions. */ -class KTransactionListItem : public KListViewItem +class KTransactionListItem : public TDEListViewItem { public: - KTransactionListItem(KListView* view, KTransactionListItem* parent, const TQString& accountId, const TQString& transaction); + KTransactionListItem(TDEListView* view, KTransactionListItem* parent, const TQString& accountId, const TQString& transaction); ~KTransactionListItem(); const TQString& transactionId(void) const { return m_transactionId; }; @@ -266,7 +266,7 @@ private slots: * @param item the item on which the cursor resides * @param p position of the pointer device */ - void slotOpenContextMenu(KListView* lv, TQListViewItem* item, const TQPoint& p); + void slotOpenContextMenu(TDEListView* lv, TQListViewItem* item, const TQPoint& p); void slotQueueUpdate(void); @@ -309,7 +309,7 @@ private: /** * Search widget for the list */ - KListViewSearchLineWidget* m_searchWidget; + TDEListViewSearchLineWidget* m_searchWidget; bool m_needConnection; /** |