summaryrefslogtreecommitdiffstats
path: root/ktnef/gui/ktnefview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/gui/ktnefview.cpp')
-rw-r--r--ktnef/gui/ktnefview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/ktnefview.cpp b/ktnef/gui/ktnefview.cpp
index 05ff229d..be3000aa 100644
--- a/ktnef/gui/ktnefview.cpp
+++ b/ktnef/gui/ktnefview.cpp
@@ -64,7 +64,7 @@ Attachment::~Attachment()
//------------------------------------------------------------------------------------------------------
KTNEFView::KTNEFView(TQWidget *parent, const char *name)
- : KListView(parent,name)
+ : TDEListView(parent,name)
{
attachments_.setAutoDelete(false);
addColumn(i18n("File Name"));