From b363d2579af0a11b77e698aed2e1021c2233b644 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:50 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kresources/caldav/plugin.cpp | 49 -------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 kresources/caldav/plugin.cpp (limited to 'kresources/caldav/plugin.cpp') diff --git a/kresources/caldav/plugin.cpp b/kresources/caldav/plugin.cpp deleted file mode 100644 index 9ce6d60f6..000000000 --- a/kresources/caldav/plugin.cpp +++ /dev/null @@ -1,49 +0,0 @@ -/*========================================================================= -| KCalDAV -|-------------------------------------------------------------------------- -| (c) 2010 Timothy Pearson -| (c) 2009 Kumaran Santhanam (initial KDE4 version) -| -| This project is released under the GNU General Public License. -| Please see the file COPYING for more details. -|-------------------------------------------------------------------------- -| CalDAV resource factory. - ========================================================================*/ - -/*========================================================================= -| INCLUDES - ========================================================================*/ - -#include "resource.h" -#include "config.h" -#include "export.h" - -#include -#include - -/*========================================================================= -| NAMESPACE - ========================================================================*/ - -using namespace KCal; - -/*========================================================================= -| CLASS - ========================================================================*/ - -// Creates the resource factory. -//EXPORT_KRESOURCES_PLUGIN2( ResourceCalDav, ResourceCalDavConfig, "libkcal", "kres_caldav" ) - -typedef KRES::PluginFactory CalDavFactory; - -extern "C" -{ - void *init_kcal_caldav() - { - TDEGlobal::locale()->insertCatalogue( "libkcal" ); - TDEGlobal::locale()->insertCatalogue( "kres_caldav" ); - return new CalDavFactory; - } -} - -// EOF ======================================================================== -- cgit v1.2.1