diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
commit | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (patch) | |
tree | 77ffa8fe14318bb3a285cae65dbe622bcbbcb3f9 /src/borrowerdialog.h | |
parent | b5cff83092d97189b5a55e1a996995207bc3016c (diff) | |
download | tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.tar.gz tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/borrowerdialog.h')
-rw-r--r-- | src/borrowerdialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/borrowerdialog.h b/src/borrowerdialog.h index e17c27c..afe08d2 100644 --- a/src/borrowerdialog.h +++ b/src/borrowerdialog.h @@ -55,14 +55,14 @@ private: Data::BorrowerPtr borrower(); TQString m_uid; - KListView* m_listView; + TDEListView* m_listView; KLineEdit* m_lineEdit; - TQDict<KListViewItem> m_itemDict; + TQDict<TDEListViewItem> m_itemDict; -class Item : public KListViewItem { +class Item : public TDEListViewItem { public: - Item(KListView* parent, const KABC::Addressee& addressee); - Item(KListView* parent, const Data::Borrower& borrower); + Item(TDEListView* parent, const KABC::Addressee& addressee); + Item(TDEListView* parent, const Data::Borrower& borrower); const TQString& uid() const { return m_uid; } private: |