~ubuntu-branches/ubuntu/wily/kipi-plugins/wily

« back to all changes in this revision

Viewing changes to dngconverter/plugin/plugin_dngconverter.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-13 12:14:45 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213121445-ukbi37gdnr50yzzi
Tags: 1.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Date        : 2008-09-24
7
7
 * Description : a kipi plugin to convert Raw file to DNG
8
8
 *
9
 
 * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2008-2010 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 *
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
44
44
 
45
45
public:
46
46
 
47
 
    Plugin_DNGConverter(QObject *parent, const QVariantList& args);
 
47
    Plugin_DNGConverter(QObject* parent, const QVariantList& args);
48
48
    ~Plugin_DNGConverter();
49
49
 
50
50
    KIPI::Category category(KAction* action) const;
60
60
 
61
61
private:
62
62
 
63
 
    KAction                             *m_action;
 
63
    KAction*                             m_action;
64
64
 
65
 
    KIPIDNGConverterPlugin::BatchDialog *m_batchDlg;
 
65
    KIPIDNGConverterPlugin::BatchDialog* m_batchDlg;
66
66
};
67
67
 
68
68
#endif /* PLUGIN_DNGCONVERTER_H */