]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlUrl.h
prefs/tabular MVC work
[lyx.git] / src / frontends / controllers / ControlUrl.h
1 // -*- C++ -*-
2 /**
3  * \file ControlUrl.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef CONTROLURL_H
13 #define CONTROLURL_H
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 #include "ControlCommand.h"
20
21 /** A controller for the Url Dialog.
22  */
23 class ControlUrl : public ControlCommand
24 {
25 public:
26         ///
27         ControlUrl(LyXView &, Dialogs &);
28 };
29
30 #endif // CONTROLURL_H