summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sendimages/sendimages.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/sendimages/sendimages.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/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();