summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/picasawebexport/plugin_picasawebexport.cpp')
-rw-r--r--kipi-plugins/picasawebexport/plugin_picasawebexport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp b/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
index 01eae69..81e4642 100644
--- a/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
+++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
@@ -53,8 +53,8 @@ typedef KGenericFactory<Plugin_PicasawebExport> Factory;
K_EXPORT_COMPONENT_FACTORY(kipiplugin_picasawebexport, Factory("kipiplugin_picasawebexport"))
-Plugin_PicasawebExport::Plugin_PicasawebExport(TQObject *tqparent, const char*, const TQStringList&)
- : KIPI::Plugin(Factory::instance(), tqparent, "PicasawebExport")
+Plugin_PicasawebExport::Plugin_PicasawebExport(TQObject *parent, const char*, const TQStringList&)
+ : KIPI::Plugin(Factory::instance(), parent, "PicasawebExport")
{
kdDebug(51001) << "Plugin_PicasawebExport plugin loaded" << endl;
}
@@ -71,7 +71,7 @@ void Plugin_PicasawebExport::setup(TQWidget* widget)
actionCollection(),
"picasawebexport");
- KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(tqparent());
+ KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(parent());
if (!interface)
{
@@ -90,7 +90,7 @@ Plugin_PicasawebExport::~Plugin_PicasawebExport()
void Plugin_PicasawebExport::slotActivate()
{
- KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(tqparent());
+ KIPI::Interface* interface = dynamic_cast<KIPI::Interface*>(parent());
if (!interface)
{
kdError(51000) << "Kipi interface is null!" << endl;