summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/arealistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/arealistview.cpp')
-rw-r--r--kimagemapeditor/arealistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kimagemapeditor/arealistview.cpp b/kimagemapeditor/arealistview.cpp
index 203a741f..3739114a 100644
--- a/kimagemapeditor/arealistview.cpp
+++ b/kimagemapeditor/arealistview.cpp
@@ -34,7 +34,7 @@
AreaListView::AreaListView(TQWidget *parent, const char *name)
: TQVBox(parent, name)
{
- listView = new KListView(this);
+ listView = new TDEListView(this);
listView->addColumn(i18n("Areas"));
listView->addColumn(i18n("Preview"));