// // C++ Implementation: kxefilenewdialog // // Description: // // // Author: Adam Charytoniuk , (C) 2003 // // Copyright: See COPYING file that comes with this distribution // // #include "kxefilenewdialog.h" #include #include KXEFileNewDialog::KXEFileNewDialog(TQWidget* parent, const char* name) : KXESpecProcInstrDialog(parent, name) { m_pDontShowAgain->show(); m_pHLine->show(); } KXEFileNewDialog::~KXEFileNewDialog() { }