aboutsummaryrefslogtreecommitdiff
path: root/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-10-12 17:03:58 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-10-12 17:03:58 +0000
commit69ed67684210d0771adcd69e4cd039e68a53f56b (patch)
tree8795253d12377e005a3b3cb71c1a397edc4afed0 /graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp
parentfab5affbe22b01dd8170ebf6ea0ad389dce18ffa (diff)
Notes
Diffstat (limited to 'graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp')
-rw-r--r--graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp
new file mode 100644
index 000000000000..d96b063b7b5c
--- /dev/null
+++ b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp
@@ -0,0 +1,19 @@
+--- kipi-plugins/imageviewer/texture.cpp.orig 2008-10-12 10:08:40.000000000 +0200
++++ kipi-plugins/imageviewer/texture.cpp 2008-10-12 10:09:00.000000000 +0200
+@@ -28,7 +28,6 @@
+ #include <kdebug.h>
+
+ // LibKDcraw includes
+-#include <libkdcraw/dcrawbinary.h>
+ #include <libkdcraw/kdcraw.h>
+
+ // Local includes
+@@ -89,7 +88,7 @@
+ _texnr=tn;
+
+ // check if its a RAW file.
+- QString rawFilesExt(KDcrawIface::DcrawBinary::instance()->rawFiles());
++ QString rawFilesExt(KDcrawIface::KDcraw::rawFiles());
+ QFileInfo fileInfo(fn);
+ if (rawFilesExt.upper().contains( fileInfo.extension(false).upper() )) {
+ // it's a RAW file, use the libkdcraw loader