From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- korn/subjectsdlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korn/subjectsdlg.h') diff --git a/korn/subjectsdlg.h b/korn/subjectsdlg.h index 224d6e78f..189f1a70d 100644 --- a/korn/subjectsdlg.h +++ b/korn/subjectsdlg.h @@ -9,7 +9,7 @@ class KMailDrop; class KornMailSubject; class KornMailId; -class KListView; +class TDEListView; class KornMailDlg; class TQProgressDialog; class DoubleProgressDialog; @@ -30,7 +30,7 @@ class KornSubjectsDlg: public KDialogBase * SubjectListViewItem is a helper class representing one line in the list view. * It stores the mail subject the line represents and controls the sorting. */ - class SubjectListViewItem : public KListViewItem + class SubjectListViewItem : public TDEListViewItem { KornMailSubject * _mailSubject; public: @@ -80,7 +80,7 @@ class KornSubjectsDlg: public KDialogBase int totalNumberOfMessages; } *_delete; - KListView * _list; + TDEListView * _list; KPushButton * invertSelButton; KPushButton * clearSelButton; KPushButton * deleteButton; -- cgit v1.2.1