]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlIndex.h
remove preamble dialog from the qt frontend
[lyx.git] / src / frontends / controllers / ControlIndex.h
1 // -*- C++ -*-
2 /**
3  * \file ControlIndex.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 CONTROLINDEX_H
13 #define CONTROLINDEX_H
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 #include "ControlCommand.h"
20
21 /** A controller for Index dialogs.
22  */
23 class ControlIndex : public ControlCommand {
24 public:
25         ///
26         ControlIndex(LyXView &, Dialogs &);
27 };
28
29 #endif // CONTROLINDEX_H