]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/FormCopyright.h
implement getLabelList
[lyx.git] / src / frontends / kde / FormCopyright.h
1 /**
2  * \file FormCopyright.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author Jürgen Vigna
7  * \author John Levon
8  */
9 #ifndef FORMCOPYRIGHT_H
10 #define FORMCOPYRIGHT_H
11
12 #include "KFormBase.h"
13
14 class ControlCopyright;
15 class CopyrightDialog;
16
17 class FormCopyright : public KFormBase<ControlCopyright, CopyrightDialog> {
18 public: 
19         /// 
20         FormCopyright(ControlCopyright & c);
21
22 private: 
23         /// build the dialog
24         virtual void build();
25         /// not used 
26         virtual void apply() {}
27         /// not used
28         void update() {}
29 };
30
31 #endif // FORMCOPYRIGHT_H