summaryrefslogtreecommitdiffstats
path: root/part/kxefilenewdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxefilenewdialog.h')
-rw-r--r--part/kxefilenewdialog.h31
1 files changed, 31 insertions, 0 deletions
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 <achary@poczta.onet.pl>, (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