summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/batchprocessimages/batchprocessimageslist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/batchprocessimages/batchprocessimageslist.cpp')
-rw-r--r--kipi-plugins/batchprocessimages/batchprocessimageslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/batchprocessimages/batchprocessimageslist.cpp b/kipi-plugins/batchprocessimages/batchprocessimageslist.cpp
index c187b45..2984c77 100644
--- a/kipi-plugins/batchprocessimages/batchprocessimageslist.cpp
+++ b/kipi-plugins/batchprocessimages/batchprocessimageslist.cpp
@@ -42,7 +42,7 @@ namespace KIPIBatchProcessImagesPlugin
{
BatchProcessImagesList::BatchProcessImagesList(TQWidget *parent, const char *name)
- : KListView(parent, name)
+ : TDEListView(parent, name)
{
setAcceptDrops(true);
setDropVisualizer(false);