~ubuntu-branches/ubuntu/natty/bluedevil/natty

« back to all changes in this revision

Viewing changes to src/kcmodule/bluedeviltransfer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-16 14:53:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100916145324-0gj8ss49ja9wgt4j
Tags: 1.0~rc4-0ubuntu1
* New upstream release
  - Build against libbluedevil-dev 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    , m_systemCheck(new SystemCheck(this))
45
45
{
46
46
    KAboutData* ab = new KAboutData(
47
 
        "kcmbluedeviltransfer", 0, ki18n("BlueDevil Transfer"), "1.0",
48
 
        ki18n("BlueDevil Transfer Control Panel Module"),
 
47
        "kcmbluedeviltransfer", 0, ki18n("Bluetooth Transfer"), "1.0",
 
48
        ki18n("Bluetooth Transfer Control Panel Module"),
49
49
        KAboutData::License_GPL, ki18n("(c) 2010 Rafael Fernández López"));
50
50
 
51
51
    ab->addAuthor(ki18n("Rafael Fernández López"), ki18n("Developer and Maintainer"), "ereslibre@kde.org");