summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/rawconverter/batchdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/rawconverter/batchdialog.cpp')
-rw-r--r--kipi-plugins/rawconverter/batchdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/rawconverter/batchdialog.cpp b/kipi-plugins/rawconverter/batchdialog.cpp
index a5e4c68..a5e0c9d 100644
--- a/kipi-plugins/rawconverter/batchdialog.cpp
+++ b/kipi-plugins/rawconverter/batchdialog.cpp
@@ -96,7 +96,7 @@ BatchDialog::BatchDialog(TQWidget* /*parent*/)
//---------------------------------------------
- m_listView = new KListView(m_page);
+ m_listView = new TDEListView(m_page);
m_listView->addColumn( i18n("Thumbnail") );
m_listView->addColumn( i18n("Raw File") );
m_listView->addColumn( i18n("Target File") );