|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
/***************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* knetworkmanager-vpnc.h - A NetworkManager frontend for TDE
|
|
|
|
|
* tdenetman-vpnc.h - A NetworkManager frontend for TDE
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) 2006 Novell, Inc.
|
|
|
|
|
*
|
|
|
|
@ -16,15 +16,15 @@
|
|
|
|
|
* 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 KNETWORKMANAGER_VPNC_H
|
|
|
|
|
#define KNETWORKMANAGER_VPNC_H
|
|
|
|
|
#ifndef TDENETWORKMANAGER_VPNC_H
|
|
|
|
|
#define TDENETWORKMANAGER_VPNC_H
|
|
|
|
|
|
|
|
|
|
#include <tqmap.h>
|
|
|
|
|
#include <tqstring.h>
|
|
|
|
@ -90,4 +90,4 @@ class VPNCAuthentication : public VPNAuthenticationWidget
|
|
|
|
|
VPNCAuthenticationWidget* _vpncAuth;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif /* KNETWORKMANAGER_VPNC_H */
|
|
|
|
|
#endif /* TDENETWORKMANAGER_VPNC_H */
|
|
|
|
|