diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-10-12 17:03:58 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-10-12 17:03:58 +0000 |
commit | 69ed67684210d0771adcd69e4cd039e68a53f56b (patch) | |
tree | 8795253d12377e005a3b3cb71c1a397edc4afed0 /graphics/kipi-plugins-kde4/files/patch-kipi-plugins_imageviewer_texture.cpp | |
parent | fab5affbe22b01dd8170ebf6ea0ad389dce18ffa (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.cpp | 19 |
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 |