summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/ipodexport/ipodlistitem.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commitea3848d71d9559414d14d0a8b8bb1ebb684f46c2 (patch)
tree859d20a007be94df4bf0b78cdf3720bfee903892 /kipi-plugins/ipodexport/ipodlistitem.cpp
parent94ec53c96c3d5dc4a427e7dc4bbaa863add5cfa4 (diff)
downloadkipi-plugins-ea3848d71d9559414d14d0a8b8bb1ebb684f46c2.tar.gz
kipi-plugins-ea3848d71d9559414d14d0a8b8bb1ebb684f46c2.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/kipi-plugins@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kipi-plugins/ipodexport/ipodlistitem.cpp')
-rw-r--r--kipi-plugins/ipodexport/ipodlistitem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/ipodexport/ipodlistitem.cpp b/kipi-plugins/ipodexport/ipodlistitem.cpp
index 4fd15ce..3af8422 100644
--- a/kipi-plugins/ipodexport/ipodlistitem.cpp
+++ b/kipi-plugins/ipodexport/ipodlistitem.cpp
@@ -22,8 +22,8 @@ using namespace IpodExport;
/// Class IpodAlbumItem
////////////////////////////////////////////
-IpodAlbumItem::IpodAlbumItem( TQListView *tqparent, TQListViewItem *after, Itdb_PhotoAlbum *pa )
- : KListViewItem( tqparent, after )
+IpodAlbumItem::IpodAlbumItem( TQListView *parent, TQListViewItem *after, Itdb_PhotoAlbum *pa )
+ : KListViewItem( parent, after )
, m_photoAlbum( pa )
{
// don't use setName, as it writes to the ipod
@@ -55,9 +55,9 @@ void IpodAlbumItem::setName( const TQString & name )
/// Class IpodPhotoItem
////////////////////////////////////////////
-IpodPhotoItem::IpodPhotoItem( IpodAlbumItem *tqparent, IpodPhotoItem *after,
+IpodPhotoItem::IpodPhotoItem( IpodAlbumItem *parent, IpodPhotoItem *after,
Itdb_Artwork *art )
- : KListViewItem( tqparent, after )
+ : KListViewItem( parent, after )
, m_artwork( art )
{
}