diff options
Diffstat (limited to 'src/ciscocertificateenrollmentdatadialog.h')
-rw-r--r-- | src/ciscocertificateenrollmentdatadialog.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/ciscocertificateenrollmentdatadialog.h b/src/ciscocertificateenrollmentdatadialog.h new file mode 100644 index 0000000..b2c57c9 --- /dev/null +++ b/src/ciscocertificateenrollmentdatadialog.h @@ -0,0 +1,46 @@ +/*************************************************************************** + * Copyright (C) 2004 by Christoph Thielecke * + * crissi99@gmx.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ +#ifndef CISCOCERTIFICATEENROLLMENTDATADIALOG_H +#define CISCOCERTIFICATEENROLLMENTDATADIALOG_H + +#include <kdialogbase.h> +#include "ciscocertificateenrollmentdatadialogbase.h" +#include <qprocess.h> +#include <qstring.h> +#include <qstringlist.h> +#include <kdialogbase.h> +#include "kvpncconfig.h" + +/** + @author Christoph Thielecke <crissi99@gmx.de> +*/ +class CiscoCertificateEnrollmentDataDialog : public CiscoCertificateEnrollmentDataDialogBase +{ + public: + CiscoCertificateEnrollmentDataDialog(QWidget *parent, const char* caption, KVpncConfig *GlobalConfig); + + ~CiscoCertificateEnrollmentDataDialog(); + KVpncConfig *GlobalConfig; + + public: + +}; + +#endif |