From d62c8c002c51fb7c36487839eeeb4ac89f044dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 26 Mar 2016 13:50:43 +0100 Subject: Initial import of kxmleditor 1.1.4 --- part/kxefilenewdialog.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 part/kxefilenewdialog.h (limited to 'part/kxefilenewdialog.h') diff --git a/part/kxefilenewdialog.h b/part/kxefilenewdialog.h new file mode 100644 index 0000000..20b3f1b --- /dev/null +++ b/part/kxefilenewdialog.h @@ -0,0 +1,31 @@ +// +// C++ Interface: kxefilenewdialog +// +// Description: +// +// +// Author: Adam Charytoniuk , (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(QWidget* parent, const char* name=0); + + ~KXEFileNewDialog(); + +}; + +#endif -- cgit v1.2.1