summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/flickrexport/imageslist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/flickrexport/imageslist.cpp')
-rw-r--r--kipi-plugins/flickrexport/imageslist.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/flickrexport/imageslist.cpp b/kipi-plugins/flickrexport/imageslist.cpp
index bb402a0..fee6062 100644
--- a/kipi-plugins/flickrexport/imageslist.cpp
+++ b/kipi-plugins/flickrexport/imageslist.cpp
@@ -88,8 +88,8 @@ void ImagesListViewItem::setThumb(const TQPixmap& pix)
// ---------------------------------------------------------------------------
-ImagesListView::ImagesListView(TQWidget *tqparent)
- : TQListView(tqparent)
+ImagesListView::ImagesListView(TQWidget *parent)
+ : TQListView(parent)
{
addColumn(i18n("Thumbnail"));
addColumn(i18n("File Name"));
@@ -160,8 +160,8 @@ public:
KIPI::Interface *iface;
};
-ImagesList::ImagesList(TQWidget* tqparent, KIPI::Interface *iface)
- : TQWidget(tqparent)
+ImagesList::ImagesList(TQWidget* parent, KIPI::Interface *iface)
+ : TQWidget(parent)
{
d = new ImagesPagePriv;
d->iface = iface;