|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
/***************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* knetworkmanager-strongswan.h - A NetworkManager frontend for TDE
|
|
|
|
|
* tdenetman-strongswan.h - A NetworkManager frontend for TDE
|
|
|
|
|
*
|
|
|
|
|
* Author: Thomas Kallenberg <tkallenb@hsr.ch>, <thomas@no-more-secrets.ch>
|
|
|
|
|
*
|
|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
*
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
|
|
|
|
|
#ifndef KNETWORKMANAGER_STRONGSWAN_H
|
|
|
|
|
#define KNETWORKMANAGER_STRONGSWAN_H
|
|
|
|
|
#ifndef TDENETWORKMANAGER_STRONGSWAN_H
|
|
|
|
|
#define TDENETWORKMANAGER_STRONGSWAN_H
|
|
|
|
|
|
|
|
|
|
#include <tqmap.h>
|
|
|
|
|
#include <tqstring.h>
|
|
|
|
@ -100,4 +100,4 @@ class StrongswanAuthentication : public VPNAuthenticationWidget
|
|
|
|
|
StrongswanAuthenticationWidget* _strongswanAuth;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif /* KNETWORKMANAGER_STRONGSWAN_H */
|
|
|
|
|
#endif /* TDENETWORKMANAGER_STRONGSWAN_H */
|
|
|
|
|