From kde-commits Sat Oct 30 20:46:24 2004 From: Cornelius Schumacher Date: Sat, 30 Oct 2004 20:46:24 +0000 To: kde-commits Subject: kdepim/kresources/opengroupware Message-Id: <20041030204624.C44CE16CF9 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109916919925124 CVS commit by cschumac: Fix includes. M +3 -3 kcal_resourceopengroupware_plugin.cpp 1.2 --- kdepim/kresources/opengroupware/kcal_resourceopengroupware_plugin.cpp #1.1:1.2 @@ -20,6 +20,6 @@ */ -#include "kcal_resourcegroupware.h" -#include "kcal_resourcegroupwareconfig.h" +#include "kcal_resourceopengroupware.h" +#include "kcal_resourceopengroupwareconfig.h" using namespace KCal; @@ -27,5 +27,5 @@ using namespace KCal; extern "C" { - void *init_kcal_groupware() + void *init_kcal_opengroupware() { return new KRES::PluginFactory< OpenGroupware,