summaryrefslogtreecommitdiffstats
path: root/ktnef/gui/messagepropertydialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/gui/messagepropertydialog.cpp')
-rw-r--r--ktnef/gui/messagepropertydialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/messagepropertydialog.cpp b/ktnef/gui/messagepropertydialog.cpp
index 7f4d61e6..73aba4ff 100644
--- a/ktnef/gui/messagepropertydialog.cpp
+++ b/ktnef/gui/messagepropertydialog.cpp
@@ -29,7 +29,7 @@ MessagePropertyDialog::MessagePropertyDialog( TQWidget *parent, KTNEFMessage *ms
{
m_message = msg;
- m_listview = new KListView( this );
+ m_listview = new TDEListView( this );
m_listview->addColumn( i18n( "Name" ) );
m_listview->addColumn( i18n( "Value" ) );
m_listview->setAllColumnsShowFocus( true );