diff options
Diffstat (limited to 'graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp')
-rw-r--r-- | graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp b/graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp new file mode 100644 index 000000000000..e01be8353ca0 --- /dev/null +++ b/graphics/kipi-plugins/files/patch-miscsoperations-plugin_miscsoperations.cpp @@ -0,0 +1,11 @@ +--- ./miscsoperations/plugin_miscsoperations.cpp.orig Sat Sep 4 11:39:39 2004 ++++ ./miscsoperations/plugin_miscsoperations.cpp Sat Sep 4 11:39:46 2004 +@@ -39,7 +39,7 @@ + // plugin library and the second is the genericfactory templated from + // the class for your plugin + K_EXPORT_COMPONENT_FACTORY( digikamplugin_miscsoperations, +- KGenericFactory<Plugin_MiscsOperations>("digikam")); ++ KGenericFactory<Plugin_MiscsOperations>("digikam")) + + Plugin_MiscsOperations::Plugin_MiscsOperations(QObject *parent, + const char*, |