// // 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() { }