]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/paraextradlg.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / frontends / kde / paraextradlg.h
1 /**
2  * \file paraextradlg.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author John Levon
7  */
8
9 #ifndef PARAEXTRADIALOG_H
10 #define PARAEXTRADIALOG_H
11
12 #include "dlg/paraextradlgdata.h"
13
14 class ParaDialog;
15
16 class ParaExtraDialog : public ParaExtraDialogData
17 {
18         Q_OBJECT
19
20 public:
21         ParaExtraDialog (QWidget * parent = NULL, char const * name = NULL);
22
23         virtual ~ParaExtraDialog();
24
25         friend class ParaDialog;
26
27 protected slots:
28
29         void typeHighlighted(int);
30
31 };
32 #endif // PARAEXTRADIALOG_H