shorten CNeutrinoEventlist to CEventlist

Origin commit data
------------------
Branch: ni/coolstream
Commit: a6bf50f666
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- shorten CNeutrinoEventlist to CEventlist

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-04-16 12:28:09 +02:00
parent 098e322feb
commit fa8192770f
5 changed files with 43 additions and 43 deletions

View File

@@ -75,8 +75,8 @@ class CEpgData;
NEUTRINO_CPP CEpgData *g_EpgData;
class CInfoViewer;
NEUTRINO_CPP CInfoViewer *g_InfoViewer;
class CNeutrinoEventList;
NEUTRINO_CPP CNeutrinoEventList *g_EventList;
class CEventList;
NEUTRINO_CPP CEventList *g_EventList;
class CLocaleManager;
NEUTRINO_CPP CLocaleManager *g_Locale;