summaryrefslogtreecommitdiffstats
path: root/ktnef/gui/messagepropertydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/gui/messagepropertydialog.h')
-rw-r--r--ktnef/gui/messagepropertydialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktnef/gui/messagepropertydialog.h b/ktnef/gui/messagepropertydialog.h
index 1c46fbb2..98ddb374 100644
--- a/ktnef/gui/messagepropertydialog.h
+++ b/ktnef/gui/messagepropertydialog.h
@@ -20,7 +20,7 @@
#include <kdialogbase.h>
-class KListView;
+class TDEListView;
class KTNEFMessage;
class MessagePropertyDialog : public KDialogBase
@@ -35,7 +35,7 @@ protected slots:
private:
KTNEFMessage *m_message;
- KListView *m_listview;
+ TDEListView *m_listview;
};
#endif /* MESSAGEPROPERTYDIALOG_H */