summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebooktypes.h
authoralwin <alwin>2005-03-17 23:54:29 (UTC)
committer alwin <alwin>2005-03-17 23:54:29 (UTC)
commitc87b38dc7b0acc53f5c92ac5e53f40cfff15d956 (patch) (side-by-side diff)
tree70ab1ebf36663b6f0b6be23ed8201d3f097c70fd /core/pim/datebook/datebooktypes.h
parente77a2f39c95855f95dcba004581ab6af7f5bd0f9 (diff)
downloadopie-c87b38dc7b0acc53f5c92ac5e53f40cfff15d956.zip
opie-c87b38dc7b0acc53f5c92ac5e53f40cfff15d956.tar.gz
opie-c87b38dc7b0acc53f5c92ac5e53f40cfff15d956.tar.bz2
switched to common opie2-pluginloader.
Diffstat (limited to 'core/pim/datebook/datebooktypes.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebooktypes.h8
1 files changed, 6 insertions, 2 deletions
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<HPlugin*>_pluginlist;
+ Opie::Core::OPluginLoader*m_pluginLoader;
};
class DateBookDBHoliday:virtual public DateBookDBHack {