You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kipi-plugins/kipi-plugins/ipodexport/plugin_ipodexport.h

43 lines
1.4 KiB

/***************************************************************************
* copyright : (C) 2006 Seb Ruiz <me@sebruiz.net> *
**************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef PLUGIN_IPODEXPORT_H
#define PLUGIN_IPODEXPORT_H
#include <libkipi/plugin.h>
class TDEAction;
class Plugin_iPodExport : public KIPI::Plugin
{
Q_OBJECT
public:
Plugin_iPodExport( TQObject *parent, const char* name, const TQStringList &args);
~Plugin_iPodExport() { }
virtual KIPI::Category category( TDEAction* action ) const;
virtual void setup( TQWidget* widget );
private slots:
void slotImageUpload();
private:
TDEAction *m_actionImageUpload;
KIPI::Interface *m_interface;
};
#endif //PLUGIN_IPODEXPORT_H