summaryrefslogtreecommitdiffstats
path: root/part/kxefilenewdialog.h
blob: ba1c44cb3ae56ff2cf2be35f9a6bb4159f9ac34e (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
//
// C++ Interface: kxefilenewdialog
//
// Description: 
//
//
// Author: Adam Charytoniuk <achary@poczta.onet.pl>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef DLGFILENEW_H
#define DLGFILENEW_H

#include "kxespecprocinstrdialog.h"

/**
Dialog for File->New assistance.

@author Adam Charytoniuk
*/
class KXEFileNewDialog : public KXESpecProcInstrDialog
{
public:
    KXEFileNewDialog(TQWidget* parent, const char* name=0);

    ~KXEFileNewDialog();

};

#endif