summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
blob: 95458eac4b91f62a7176672613fae826c26325a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

/****************************************************************************
** Form interface generated from reading ui file 'Defaultcodegenpolicypage.ui'
**
** Created: Fri Aug 1 12:47:23 2003
**      by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef DEFAULTCODEGENPOLICYPAGE_H
#define DEFAULTCODEGENPOLICYPAGE_H

#include <tqvariant.h>
#include <tqwidget.h>
#include "codegenerationpolicypage.h"

class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQLabel;
class CodeGenePolicyExt;

class DefaultCodeGenPolicyPage : public CodeGenerationPolicyPage
{
    Q_OBJECT
  

public:

    explicit DefaultCodeGenPolicyPage( TQWidget* parent = 0, const char* name = 0, CodeGenPolicyExt * policy =0);

    ~DefaultCodeGenPolicyPage();

    TQLabel* textLabel;

protected:

protected slots:

};

#endif // DEFAULTCODEGENPOLICYPAGE_H