summaryrefslogtreecommitdiffstats
path: root/korn/subjectsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/subjectsdlg.h')
-rw-r--r--korn/subjectsdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/subjectsdlg.h b/korn/subjectsdlg.h
index 224d6e78..189f1a70 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;