From kde-commits Sun Aug 31 20:51:31 2008 From: Andi Clemens Date: Sun, 31 Aug 2008 20:51:31 +0000 To: kde-commits Subject: extragear/graphics/digikam/imageplugins/sheartool Message-Id: <1220215891.765286.31460.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122021590130271 SVN commit 855466 by aclemens: beginning to port sheartool: need to rename some files first M +1 -1 CMakeLists.txt M +1 -1 imageeffect_sheartool.cpp A shear.cpp sheartool.cpp#855420 [License: GPL (v2+)] A shear.h sheartool.h#855420 [License: GPL (v2+)] D sheartool.cpp D sheartool.h --- trunk/extragear/graphics/digikam/imageplugins/sheartool/CMakeLists.txt #855465:855466 @@ -1,7 +1,7 @@ SET(digikamimageplugin_sheartool_PART_SRCS imageplugin_sheartool.cpp imageeffect_sheartool.cpp - sheartool.cpp + shear.cpp ) --- trunk/extragear/graphics/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp #855465:855466 @@ -52,7 +52,7 @@ #include "dimg.h" #include "imageiface.h" #include "imagewidget.h" -#include "sheartool.h" +#include "shear.h" #include "imageeffect_sheartool.h" #include "imageeffect_sheartool.moc"