summaryrefslogtreecommitdiffstats
path: root/part/kxefilenewdialog.cpp
blob: 39eaeb036ac2f41009afe730b9f7980042af2b75 (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 <tqcheckbox.h>
#include <tqframe.h>

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


KXEFileNewDialog::~KXEFileNewDialog()
{
}