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 5f534d4..940b920 100644
--- a/kipi-plugins/ipodexport/imagelist.cpp
+++ b/kipi-plugins/ipodexport/imagelist.cpp
@@ -27,8 +27,8 @@ using namespace IpodExport;
/////////////////////////////////////////////////////////////////////////////////////////////
-ImageList::ImageList( ListType type, TQWidget *tqparent, const char *name )
- : KListView( tqparent, name )
+ImageList::ImageList( ListType type, TQWidget *parent, const char *name )
+ : KListView( parent, name )
, m_type( type )
{
if( type == ImageList::UploadType )