From cab3405ad2b0d269924a93263298304bff8807eb Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Tue, 1 Sep 2015 14:00:17 +0200 Subject: Missed to rename classes and to update docs and tests. Change-Id: I2d79ab4094cb9706287d44160543c19b35a66c95 Reviewed-by: Niels Weber --- doc/scripting.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc index f4fc344e5..887b23964 100644 --- a/doc/scripting.qdoc +++ b/doc/scripting.qdoc @@ -138,7 +138,7 @@ methods that you must implement: \code - #include + #include class CustomOperation : public KDUpdater::UpdateOperation { @@ -205,7 +205,7 @@ Finally, you need to register your custom operation class, as follows: \code - #include + #include KDUpdater::UpdateOperationFactory::instance().registerUpdateOperation< CustomOperation >( "CustomOperation" ); \endcode -- cgit v1.2.3