diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-10 17:35:55 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-10 17:41:35 +0200 |
commit | 27e9004629612493c036f11807c02409a908522f (patch) | |
tree | 6d4226ed882bb5a3fc7349ebfd4afc7becbcdbaf /tvguideosd.h | |
parent | 194aa06a4e2c2ab4b1957bc84872e3a1cdfebc1d (diff) | |
download | vdr-plugin-tvguide-27e9004629612493c036f11807c02409a908522f.tar.gz vdr-plugin-tvguide-27e9004629612493c036f11807c02409a908522f.tar.bz2 |
Rename recmenumanager.* to recmenuview.*
Diffstat (limited to 'tvguideosd.h')
-rw-r--r-- | tvguideosd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvguideosd.h b/tvguideosd.h index 1e6a990..7db4046 100644 --- a/tvguideosd.h +++ b/tvguideosd.h @@ -9,7 +9,7 @@ #include "timeline.h"
#include "channelgroups.h"
#include "footer.h"
-#include "recmenumanager.h"
+#include "recmenuview.h"
#include "channeljump.h"
// --- cTvGuideOsd -------------------------------------------------------------
@@ -24,7 +24,7 @@ private: cTimeLine *timeLine;
cChannelGroups *channelGroups;
cFooter *footer;
- cRecMenuManager *recMenuManager;
+ cRecMenuView *recMenuView;
cChannelJump *channelJumper;
bool detailViewActive;
void drawOsd();
|