~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/libs/imageproperties/imagepropertiessidebar.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20080717202539-ttj4and3ds1ldgn1
Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : simple image properties side bar (without support 
8
8
 *               of digiKam database).
9
9
 *
10
 
 * Copyright (C) 2004-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2004-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
11
 *
12
12
 * This program is free software; you can redistribute it
13
13
 * and/or modify it under the terms of the GNU General
44
44
#include "imagepropertiesmetadatatab.h"
45
45
#include "imagepropertiescolorstab.h"
46
46
#include "imagepropertiessidebar.h"
 
47
#include "imagepropertiessidebar.moc"
47
48
 
48
49
namespace Digikam
49
50
{
147
148
}
148
149
 
149
150
}  // NameSpace Digikam
150
 
 
151
 
#include "imagepropertiessidebar.moc"
152