X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Fremote.h;h=875f25bbbdbf803d962bdece37ee1e568f148727;hb=528c4f8760ac54fb2d1f3002248ecf6774956030;hp=14e9ef6543c278cdb4aa7ba16ae56f2acf80f933;hpb=d084e6f369a829f41086d1f7f9befa52d0392d58;p=r2c2.git diff --git a/source/remote/remote.h b/source/remote/remote.h index 14e9ef6..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-2011 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);