~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to pimsettingexporter/main.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    KDEPIM_VERSION, ki18n("PIM Setting Exporter"), KAboutData::License_GPL_V2,
34
34
    ki18n("Copyright © 2012 pimsettingexporter authors"));
35
35
  aboutData.addAuthor(ki18n("Laurent Montel"), ki18n("Maintainer"), "montel@kde.org");
36
 
  //aboutData.setProgramIconName("kontact-import-wizard");
 
36
  aboutData.setProgramIconName(QLatin1String("kontact"));
37
37
  KCmdLineArgs::init( argc, argv, &aboutData );
38
38
 
39
39
  KCmdLineOptions options;