diff options
Diffstat (limited to 'konq-plugins/webarchiver/plugin_webarchiver.cpp')
-rw-r--r-- | konq-plugins/webarchiver/plugin_webarchiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/webarchiver/plugin_webarchiver.cpp b/konq-plugins/webarchiver/plugin_webarchiver.cpp index abb72c9..6c79f72 100644 --- a/konq-plugins/webarchiver/plugin_webarchiver.cpp +++ b/konq-plugins/webarchiver/plugin_webarchiver.cpp @@ -54,7 +54,7 @@ PluginWebArchiver::PluginWebArchiver( TQObject* parent, const char* name, const TQStringList & ) : Plugin( parent, name ) { - (void) new KAction( i18n("Archive &Web Page..."), + (void) new TDEAction( i18n("Archive &Web Page..."), "webarchiver", 0, this, TQT_SLOT(slotSaveToArchive()), actionCollection(), "archivepage" ); |