From c87b38dc7b0acc53f5c92ac5e53f40cfff15d956 Mon Sep 17 00:00:00 2001 From: alwin Date: Thu, 17 Mar 2005 23:54:29 +0000 Subject: switched to common opie2-pluginloader. --- (limited to 'core/pim/datebook/datebooktypes.h') diff --git a/core/pim/datebook/datebooktypes.h b/core/pim/datebook/datebooktypes.h index 9eb7e89..f944e84 100644 --- a/core/pim/datebook/datebooktypes.h +++ b/core/pim/datebook/datebooktypes.h @@ -11,6 +11,9 @@ namespace Datebook { class HolidayPlugin; class HolidayPluginIf; } +namespace Core { + class OPluginLoader; +} } class QLibrary; @@ -38,10 +41,11 @@ protected: struct HPlugin { Opie::Datebook::HolidayPlugin*_plugin; - QLibrary*_lib; - Opie::Datebook::HolidayPluginIf*_if; + //QLibrary*_lib; + //Opie::Datebook::HolidayPluginIf*_if; }; QValueList_pluginlist; + Opie::Core::OPluginLoader*m_pluginLoader; }; class DateBookDBHoliday:virtual public DateBookDBHack { -- cgit v0.9.0.2