/*************************************************************************** kugarnopimport.h - description ------------------- copyright : (C) 2002 by Joseph Wenninger email : jowenn@kde.org ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License verstion 2 as * * published by the Free Software Foundation * * * ***************************************************************************/ #ifndef __KUGARNOPIMPORT_H__ #define __KUGARNOPIMPORT_H__ #include #include #include class KugarNOPImport : public KoFilter { TQ_OBJECT public: KugarNOPImport( KoFilter *parent, const char *name, const TQStringList& ); virtual KoFilter::ConversionStatus convert( const TQCString& from, const TQCString& to ); }; #endif