X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Fremote.h;h=875f25bbbdbf803d962bdece37ee1e568f148727;hb=df88ff837468c32986c73740b4fc8279bc152e47;hp=a9ab92b2c6f876973c4872ea7c21974e5bd6f16f;hpb=fadc35133b1ebbd98af948c1fa529dcde6fddcfd;p=r2c2.git diff --git a/source/remote/remote.h b/source/remote/remote.h index a9ab92b..875f25b 100644 --- a/source/remote/remote.h +++ b/source/remote/remote.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2009-2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef REMOTE_H_ #define REMOTE_H_ @@ -17,7 +10,7 @@ Distributed under the GPL class MainPanel; class TrainPanel; -class Remote: public Msp::Application +class Remote: public Msp::RegisteredApplication { private: Msp::IO::EventDispatcher event_disp; @@ -29,8 +22,6 @@ private: MainPanel *main_panel; std::vector train_panels; - static Msp::Application::RegApp reg; - public: Remote(int argc, char **argv);