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

« back to all changes in this revision

Viewing changes to kspread/shape/TableShapeFactory.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:
20
20
#ifndef KSPREAD_TABLE_SHAPE_FACTORY
21
21
#define KSPREAD_TABLE_SHAPE_FACTORY
22
22
 
23
 
#include <QStringList>
 
23
#include <QVariantList>
24
24
 
25
25
#include <KoShapeFactoryBase.h>
26
26
 
34
34
    Q_OBJECT
35
35
public:
36
36
 
37
 
    TableShapePlugin(QObject * parent,  const QStringList &);
 
37
    TableShapePlugin(QObject * parent,  const QVariantList &);
38
38
    ~TableShapePlugin() {}
39
39
};
40
40