|
|
|
@ -49,7 +49,7 @@ void Plugin_iPodExport::setup( TQWidget* widget )
|
|
|
|
|
KIPI::Plugin::setup( widget );
|
|
|
|
|
|
|
|
|
|
// this is our action shown in the menubar/toolbar of the mainwindow
|
|
|
|
|
m_actionImageUpload = new TDEAction( i18n( "Export to iPod..." ), "ipod_unmount", 0, this,
|
|
|
|
|
m_actionImageUpload = new TDEAction( i18n( "Export to iPod..." ), "multimedia-player", 0, this,
|
|
|
|
|
TQT_SLOT( slotImageUpload() ), actionCollection(), "connectipod");
|
|
|
|
|
|
|
|
|
|
addAction( m_actionImageUpload );
|
|
|
|
|