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 --- ktnef/gui/messagepropertydialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktnef/gui/messagepropertydialog.h') diff --git a/ktnef/gui/messagepropertydialog.h b/ktnef/gui/messagepropertydialog.h index 1c46fbb21..98ddb3745 100644 --- a/ktnef/gui/messagepropertydialog.h +++ b/ktnef/gui/messagepropertydialog.h @@ -20,7 +20,7 @@ #include -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 */ -- cgit v1.2.1