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

« back to all changes in this revision

Viewing changes to filters/kspread/gnumeric/gnumericexport.cc

  • 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:
25
25
#include <kdebug.h>
26
26
#include <kfilterdev.h>
27
27
#include <kmessagebox.h>
28
 
#include <kgenericfactory.h>
 
28
#include <kpluginfactory.h>
29
29
#include <KoFilterChain.h>
30
30
#include <KoZoomHandler.h>
31
31
#include <QApplication>
56
56
 
57
57
using namespace KSpread;
58
58
 
59
 
typedef KGenericFactory<GNUMERICExport> GNUMERICExportFactory;
60
 
K_EXPORT_COMPONENT_FACTORY(libgnumericexport, GNUMERICExportFactory("kofficefilters"))
 
59
K_PLUGIN_FACTORY(GNUMERICExportFactory, registerPlugin<GNUMERICExport>();)
 
60
K_EXPORT_PLUGIN(GNUMERICExportFactory("kofficefilters"))
61
61
 
62
 
GNUMERICExport::GNUMERICExport(QObject* parent, const QStringList&)
 
62
GNUMERICExport::GNUMERICExport(QObject* parent, const QVariantList&)
63
63
        : KoFilter(parent)
64
64
{
65
65
    isLink = false;