From 9ceabe93656984d2a6bb63bcd7e80379f2623ff6 Mon Sep 17 00:00:00 2001 From: svntobi Date: Sun, 19 Aug 2007 14:29:48 +0000 Subject: renamed VdrMenuItem to SystemMenuItem git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5824 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- src/xmlmenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xmlmenu.cpp') diff --git a/src/xmlmenu.cpp b/src/xmlmenu.cpp index 04a8f8f..b050dbd 100644 --- a/src/xmlmenu.cpp +++ b/src/xmlmenu.cpp @@ -24,7 +24,7 @@ #include #include #include -#include "vdrmenuitem.h" +#include "systemmenuitem.h" #include "submenuitem.h" #include "pluginmenuitem.h" @@ -113,7 +113,7 @@ MenuNode* XmlMenu::AddSubMenuItem(string name, MenuNode* menu) void XmlMenu::AddSystemMenuItem(string name, MenuNode* menu) { - menu->AddChild(new VdrMenuItem(name, MenuTextToVdrState(name))); + menu->AddChild(new SystemMenuItem(name, MenuTextToVdrState(name))); } void XmlMenu::AddPluginMenuItem(string pluginName, MenuNode* menu) -- cgit v1.2.3