mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
src/gui/zapit_setup.cpp: use COnOffNotifier
This commit is contained in:
@@ -31,10 +31,9 @@
|
||||
#include <string>
|
||||
#include <zapit/client/zapitclient.h>
|
||||
|
||||
class CZapitSetup : public CMenuTarget, CChangeObserver
|
||||
class CZapitSetup : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
CMenuForwarder *zapit1, *zapit2;
|
||||
|
||||
int width;
|
||||
|
||||
@@ -44,7 +43,6 @@ public:
|
||||
CZapitSetup();
|
||||
~CZapitSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
virtual bool changeNotify(const neutrino_locale_t , void *);
|
||||
};
|
||||
|
||||
class CSelectChannelWidget : public CMenuWidget
|
||||
|
Reference in New Issue
Block a user