summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/ipodexport/imagelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/ipodexport/imagelist.cpp')
-rw-r--r--kipi-plugins/ipodexport/imagelist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/ipodexport/imagelist.cpp b/kipi-plugins/ipodexport/imagelist.cpp
index f0bcfdc..33b0125 100644
--- a/kipi-plugins/ipodexport/imagelist.cpp
+++ b/kipi-plugins/ipodexport/imagelist.cpp
@@ -28,7 +28,7 @@ using namespace IpodExport;
/////////////////////////////////////////////////////////////////////////////////////////////
ImageList::ImageList( ListType type, TQWidget *parent, const char *name )
- : KListView( parent, name )
+ : TDEListView( parent, name )
, m_type( type )
{
if( type == ImageList::UploadType )
@@ -54,7 +54,7 @@ ImageList::ImageList( ListType type, TQWidget *parent, const char *name )
void
ImageList::viewportPaintEvent( TQPaintEvent *e )
{
- if( e ) KListView::viewportPaintEvent( e );
+ if( e ) TDEListView::viewportPaintEvent( e );
if( !childCount() && e )
{