aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam-kde4/files/patch-digikam_libs_imageproperties_imagepropertiestab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/digikam-kde4/files/patch-digikam_libs_imageproperties_imagepropertiestab.cpp')
-rw-r--r--graphics/digikam-kde4/files/patch-digikam_libs_imageproperties_imagepropertiestab.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/digikam-kde4/files/patch-digikam_libs_imageproperties_imagepropertiestab.cpp b/graphics/digikam-kde4/files/patch-digikam_libs_imageproperties_imagepropertiestab.cpp
new file mode 100644
index 000000000000..cb4605498e7c
--- /dev/null
+++ b/graphics/digikam-kde4/files/patch-digikam_libs_imageproperties_imagepropertiestab.cpp
@@ -0,0 +1,20 @@
+--- digikam/libs/imageproperties/imagepropertiestab.cpp.orig 2008-10-12 14:48:42.000000000 +0200
++++ digikam/libs/imageproperties/imagepropertiestab.cpp 2008-10-12 14:49:11.000000000 +0200
+@@ -42,7 +42,7 @@
+
+ // LibKDcraw includes.
+
+-#include <libkdcraw/dcrawbinary.h>
++#include <libkdcraw/kdcraw.h>
+
+ // Local includes.
+
+@@ -424,7 +424,7 @@ void ImagePropertiesTab::setCurrentURL(c
+
+ QSize dims;
+ QString compression, bitDepth, colorMode;
+- QString rawFilesExt(KDcrawIface::DcrawBinary::instance()->rawFiles());
++ QString rawFilesExt(KDcrawIface::KDcraw::rawFiles());
+ QString ext = fileInfo.extension(false).upper();
+
+ if (!ext.isEmpty() && rawFilesExt.upper().contains(ext))