summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/ipodexport/imagelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/ipodexport/imagelist.h')
-rw-r--r--kipi-plugins/ipodexport/imagelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/ipodexport/imagelist.h b/kipi-plugins/ipodexport/imagelist.h
index 1d92a81..5b38aca 100644
--- a/kipi-plugins/ipodexport/imagelist.h
+++ b/kipi-plugins/ipodexport/imagelist.h
@@ -37,7 +37,7 @@ class ImageList : public KListView
public:
enum ListType { UploadType, IpodType };
- ImageList( ListType=UploadType, TQWidget *tqparent=0, const char *name=0 );
+ ImageList( ListType=UploadType, TQWidget *parent=0, const char *name=0 );
ListType getType() const { return m_type; }