From 5d99df7b7760c4a2b497c737a15b609008f6d56d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 16 May 2004 10:35:36 +0200 Subject: Implemented 'skins' and 'themes' --- plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin.h') diff --git a/plugin.h b/plugin.h index 0a753faa..2d1cf5d0 100644 --- a/plugin.h +++ b/plugin.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: plugin.h 1.6 2003/05/09 14:57:55 kls Exp $ + * $Id: plugin.h 1.7 2004/04/30 13:46:21 kls Exp $ */ #ifndef __PLUGIN_H @@ -12,7 +12,7 @@ #include "i18n.h" #include "menuitems.h" -#include "osd.h" +#include "osdbase.h" #include "tools.h" #define VDRPLUGINCREATOR(PluginClass) extern "C" void *VDRPluginCreator(void) { return new PluginClass; } -- cgit v1.2.3