summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/flickrexport/flickrviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/flickrexport/flickrviewitem.cpp')
-rw-r--r--kipi-plugins/flickrexport/flickrviewitem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/flickrexport/flickrviewitem.cpp b/kipi-plugins/flickrexport/flickrviewitem.cpp
index cc7d00f..be6179e 100644
--- a/kipi-plugins/flickrexport/flickrviewitem.cpp
+++ b/kipi-plugins/flickrexport/flickrviewitem.cpp
@@ -33,14 +33,14 @@
namespace KIPIFlickrExportPlugin
{
-GAlbumViewItem::GAlbumViewItem(TQListView* tqparent, const TQString& name, const GAlbum& album)
- : TQListViewItem(tqparent, name)
+GAlbumViewItem::GAlbumViewItem(TQListView* parent, const TQString& name, const GAlbum& album)
+ : TQListViewItem(parent, name)
{
m_album = album;
}
-GAlbumViewItem::GAlbumViewItem(TQListViewItem* tqparent, const TQString& name, const GAlbum& album)
- : TQListViewItem(tqparent, name)
+GAlbumViewItem::GAlbumViewItem(TQListViewItem* parent, const TQString& name, const GAlbum& album)
+ : TQListViewItem(parent, name)
{
m_album = album;
}