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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp b/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
index 541877a..512a232 100644
--- a/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
+++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp
@@ -63,7 +63,7 @@ void Plugin_PicasawebExport::setup(TQWidget* widget)
{
KIPI::Plugin::setup(widget);
- m_action = new KAction(i18n("Export to Picasaweb..."),
+ m_action = new TDEAction(i18n("Export to Picasaweb..."),
"www",
0,
this,
@@ -104,7 +104,7 @@ void Plugin_PicasawebExport::slotActivate()
m_dlg->show();
}
-KIPI::Category Plugin_PicasawebExport::category( KAction* action ) const
+KIPI::Category Plugin_PicasawebExport::category( TDEAction* action ) const
{
if (action == m_action)
return KIPI::EXPORTPLUGIN;