filters
kugarnopimport.h
00001 /*************************************************************************** 00002 kugarnopimport.h - description 00003 ------------------- 00004 copyright : (C) 2002 by Joseph Wenninger 00005 email : jowenn@kde.org 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License verstion 2 as * 00012 * published by the Free Software Foundation * 00013 * * 00014 ***************************************************************************/ 00015 00016 #ifndef __KUGARNOPIMPORT_H__ 00017 #define __KUGARNOPIMPORT_H__ 00018 00019 #include <KoFilter.h> 00020 #include <qcstring.h> 00021 #include <qstringlist.h> 00022 00023 class KugarNOPImport : public KoFilter 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 KugarNOPImport( KoFilter *parent, const char *name, const QStringList& ); 00029 00030 virtual KoFilter::ConversionStatus convert( const QCString& from, const QCString& to ); 00031 00032 }; 00033 00034 #endif