~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to showfoto/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
// KDE includes
27
27
 
 
28
#include <kaboutdata.h>
28
29
#include <kapplication.h>
29
30
#include <kcmdlineargs.h>
30
 
#include <kaboutdata.h>
31
 
#include <klocale.h>
32
31
#include <kconfig.h>
33
32
#include <kglobal.h>
34
33
#include <kimageio.h>
35
 
 
36
 
// Libkexiv2 includes
37
 
 
 
34
#include <klocale.h>
 
35
 
 
36
// LibKExiv2 includes
 
37
 
 
38
#include <libkexiv2/kexiv2.h>
38
39
#include <libkexiv2/version.h>
39
 
#include <libkexiv2/kexiv2.h>
40
40
 
41
41
// Local includes
42
42
 
43
 
#include "version.h"
44
43
#include "daboutdata.h"
45
44
#include "showfoto.h"
 
45
#include "version.h"
46
46
 
47
47
using namespace Digikam;
48
48