]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/docbulletsdlgdata.C
Update to MVC. Ref,Toc and citation don't work at all currently.
[lyx.git] / src / frontends / kde / dlg / docbulletsdlgdata.C
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: docbulletsdlgdata.C
6         Last generated: Sat Mar 31 16:48:22 2001
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #include <gettext.h>
14
15 #include <qpixmap.h>
16 #include <qlayout.h>
17 #include "docbulletsdlgdata.h"
18
19 #define Inherited QWidget
20
21
22 DocBulletsDialogData::DocBulletsDialogData
23 (
24         QWidget* parent,
25         const char* name
26 )
27         :
28         Inherited( parent, name, 0 )
29 {
30         resize( 545,460 );
31         setMinimumSize( 0, 0 );
32         setMaximumSize( 32767, 32767 );
33 }
34
35
36 DocBulletsDialogData::~DocBulletsDialogData()
37 {
38 }