~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to filters/karbon/pdf/PdfImport.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <KoFilter.h>
24
24
#include <QObject>
 
25
#include <QVariantList>
25
26
 
26
27
class PdfImport : public KoFilter
27
28
{
28
29
    Q_OBJECT
29
30
 
30
31
public:
31
 
    PdfImport(QObject* parent, const QStringList&);
 
32
    PdfImport(QObject* parent, const QVariantList&);
32
33
    virtual ~PdfImport();
33
34
 
34
35
    virtual KoFilter::ConversionStatus convert(const QByteArray& from, const QByteArray& to);