~ubuntu-branches/ubuntu/saucy/bluedevil/saucy-updates

« back to all changes in this revision

Viewing changes to src/actionplugins/input/helper/main.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-12-03 15:43:44 UTC
  • mfrom: (2.1.21 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131203154344-dvo77owmu056l64k
Tags: 1.3.2-0ubuntu1~ubuntu13.10
Saucy update using KDE micro release exception LP: #1220779

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *************************************************************************************/
19
19
 
20
20
#include "inputhelper.h"
 
21
#include "version.h"
21
22
#include <KCmdLineArgs>
22
23
#include <KApplication>
23
24
#include <KAboutData>
24
25
 
25
26
int main(int argc, char *argv[])
26
27
{
27
 
    KAboutData aboutData("bluedevilinputhelper", "bluedevil", ki18n("Bluetooth Input Helper"), "0.1", ki18n("Bluetooth Input Helper"),
 
28
    KAboutData aboutData("bluedevilinputhelper", "bluedevil", ki18n("Bluetooth Input Helper"), bluedevil_version, ki18n("Bluetooth Input Helper"),
28
29
    KAboutData::License_GPL, ki18n("(c) 2010, UFO Coders"));
29
30
 
30
31
    aboutData.addAuthor(ki18n("Alejandro Fiestas Olivares"), ki18n("Maintainer"), "afiestas@kde.org",