~ubuntu-branches/ubuntu/saucy/koffice/saucy

« back to all changes in this revision

Viewing changes to plugins/pictureshape/Plugin.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:
21
21
#define PLUGIN_H
22
22
 
23
23
#include <QObject>
24
 
 
25
 
class QStringList;
 
24
#include <QVariantList>
26
25
 
27
26
class Plugin : public QObject
28
27
{
29
28
    Q_OBJECT
30
29
public:
31
 
    Plugin(QObject *parent, const QStringList&);
 
30
    Plugin(QObject *parent, const QVariantList&);
32
31
};
33
32
 
34
33
#endif