~ubuntu-branches/ubuntu/karmic/k3b/karmic

« back to all changes in this revision

Viewing changes to libk3b/plugin/k3bprojectplugin.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-10-16 22:32:25 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20091016223225-flhn4579879piihp
Tags: 1.68.0~alpha3-0ubuntu1
* New upstream release
* Add translations from svn into po/
* Set KUBUNTU_DESKTOP_POT in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 */
14
14
#include "k3bprojectplugin.h"
15
15
 
16
 
K3b::ProjectPlugin::ProjectPlugin( int type, bool gui, QObject* parent )
 
16
K3b::ProjectPlugin::ProjectPlugin( Type type, bool gui, QObject* parent )
17
17
  : K3b::Plugin( parent ),
18
18
    m_type(type),
19
19
    m_hasGUI(gui)