~ubuntu-branches/ubuntu/trusty/kde-workspace/trusty

« back to all changes in this revision

Viewing changes to kstyles/oxygen/demo/main.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2014-01-09 10:16:29 UTC
  • mfrom: (1.6.4)
  • Revision ID: package-import@ubuntu.com-20140109101629-i07ge8av1l6wrbci
Tags: 4:4.11.5-0ubuntu1
* New upstream release 
  - refresh kubuntu_kdewallpapers_install.diff 
  - drop upstream_Fix-traceback-in-Python-runner-plugins.patch and
    upstream_Do-not-crash-when-failing-to-load-a-theme-but-instea.patch,
    fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// oxygen-demo main
4
4
// -------------------
5
5
//
6
 
// Copyright (c) 2010 Hugo Pereira Da Costa <hugo@oxygen-icons.org>
 
6
// Copyright (c) 2010 Hugo Pereira Da Costa <hugo.pereira@free.fr>
7
7
//
8
8
// Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
// of this software and associated documentation files (the "Software"), to
44
44
        KAboutData::License_GPL_V2,
45
45
        ki18n( "(c) 2010, Hugo Pereira Da Costa" ));
46
46
 
47
 
    aboutData.addAuthor( ki18n( "Hugo Pereira Da Costa" ),KLocalizedString(), "hugo@oxygen-icons.org" );
 
47
    aboutData.addAuthor( ki18n( "Hugo Pereira Da Costa" ),KLocalizedString(), "hugo.pereira@free.fr" );
48
48
 
49
49
    KCmdLineArgs::init( argc, argv, &aboutData );
50
50
    KApplication app;