summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sendimages/sendimages.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/sendimages/sendimages.cpp')
-rw-r--r--kipi-plugins/sendimages/sendimages.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kipi-plugins/sendimages/sendimages.cpp b/kipi-plugins/sendimages/sendimages.cpp
index ed6f736..0b2a4bc 100644
--- a/kipi-plugins/sendimages/sendimages.cpp
+++ b/kipi-plugins/sendimages/sendimages.cpp
@@ -80,14 +80,14 @@ namespace KIPISendimagesPlugin
///Constructor: saves system handoff parameters in member variables
SendImages::SendImages(KIPI::Interface* interface, const TQString &tmpFolder,
- const KIPI::ImageCollection& imagesCollection, TQObject *tqparent)
- : TQObject(tqparent), TQThread()
+ const KIPI::ImageCollection& imagesCollection, TQObject *parent)
+ : TQObject(parent), TQThread()
{
m_invokedBefore = false;
m_interface = interface;
m_tmp = tmpFolder;
m_collection = imagesCollection;
- m_parent = tqparent;
+ m_parent = parent;
m_mozillaTimer = new TQTimer(this);
KImageIO::registerFormats();