summaryrefslogtreecommitdiffstats
path: root/part/kxefilenewdialog.cpp
blob: 807f47746e360f50e6d7f7cfe5598ff5c787e89f (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
//
// C++ Implementation: kxefilenewdialog
//
// Description: 
//
//
// Author: Adam Charytoniuk <achary@poczta.onet.pl>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "kxefilenewdialog.h"

#include <qcheckbox.h>
#include <qframe.h>

KXEFileNewDialog::KXEFileNewDialog(QWidget* parent, const char* name)
  : KXESpecProcInstrDialog(parent, name)
{
	m_pDontShowAgain->show();
	m_pHLine->show();
}


KXEFileNewDialog::~KXEFileNewDialog()
{
}