~ubuntu-branches/ubuntu/jaunty/kdesdk/jaunty-backports

« back to all changes in this revision

Viewing changes to kioslave/svn/svnhelper/kio_svn_helper.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2008-09-26 12:14:03 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926121403-y5ozmtqa0mzj5uys
Tags: 4:4.1.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   Boston, MA 02110-1301, USA.
18
18
*/
19
19
 
 
20
#include <kaboutdata.h>
20
21
#include <kcmdlineargs.h>
21
22
#include <klocale.h>
22
23
#include <kurl.h>
284
285
}
285
286
 
286
287
int main(int argc, char **argv) {
287
 
        KCmdLineArgs::init(argc, argv, "kio_svn_helper", 0, ki18n("Subversion Helper"), "0.1", ki18n("KDE frontend for SVN"));
 
288
        KAboutData aboutData("kio_svn_helper", 0, ki18n("Subversion Helper"), "0.1", ki18n("KDE frontend for SVN"));
 
289
        aboutData.setProgramIconName("folder-remote");
 
290
        KCmdLineArgs::init(argc, argv, &aboutData);
288
291
 
289
292
 
290
293
        KCmdLineOptions options;