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.
koffice/filters/kugar/kugarnop/kugarnopimport.h

36 lines
1.3 KiB

/***************************************************************************
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 <KoFilter.h>
#include <tqcstring.h>
#include <tqstringlist.h>
class KugarNOPImport : public KoFilter
{
Q_OBJECT
public:
KugarNOPImport( KoFilter *parent, const char *name, const TQStringList& );
virtual KoFilter::ConversionStatus convert( const TQCString& from, const TQCString& to );
};
#endif