]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlUrl.h
Really dull and boring header shit
[lyx.git] / src / frontends / controllers / ControlUrl.h
1 // -*- C++ -*-
2 /**
3  * \file ControlUrl.h
4  * See the file COPYING.
5  *
6  * \author Angus Leeming
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #ifndef CONTROLURL_H
12 #define CONTROLURL_H
13
14 #ifdef __GNUG__
15 #pragma interface
16 #endif
17
18 #include "ControlCommand.h"
19
20 /** A controller for the Url Dialog.
21  */
22 class ControlUrl : public ControlCommand
23 {
24 public:
25         ///
26         ControlUrl(LyXView &, Dialogs &);
27 };
28
29 #endif // CONTROLURL_H