summaryrefslogtreecommitdiffstats
path: root/korn/subjectsdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:12 -0600
commitfd5d099065a748cac49e20a13481f85666c53c71 (patch)
treea0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /korn/subjectsdlg.h
parentb440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff)
downloadtdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz
tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip
Rename a number of classes to enhance compatibility with KDE4
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;