summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/vpn-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'tdenetworkmanager/vpn-plugins')
-rw-r--r--tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.cpp4
-rw-r--r--tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h8
-rw-r--r--tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.cpp4
-rw-r--r--tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.h8
-rw-r--r--tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.cpp4
-rw-r--r--tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.h8
-rw-r--r--tdenetworkmanager/vpn-plugins/vpnc/src/tdenetman-vpnc.h10
7 files changed, 23 insertions, 23 deletions
diff --git a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.cpp b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.cpp
index 74e245f..845d179 100644
--- a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.cpp
+++ b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
*
- * knetworkmanager-openvpn.cpp - A NetworkManager frontend for TDE
+ * tdenetman-openvpn.cpp - A NetworkManager frontend for TDE
*
* Copyright (C) 2006 Novell, Inc.
*
@@ -609,4 +609,4 @@ bool OpenVPNAuthentication::needsUserInteraction()
return false;
}
-#include "tdenetman-openvpn.moc" \ No newline at end of file
+#include "tdenetman-openvpn.moc"
diff --git a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
index a53f5d4..eef5be9 100644
--- a/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
+++ b/tdenetworkmanager/vpn-plugins/openvpn/src/tdenetman-openvpn.h
@@ -1,6 +1,6 @@
/***************************************************************************
*
- * knetworkmanager-openvpn.h - A NetworkManager frontend for TDE
+ * tdenetman-openvpn.h - A NetworkManager frontend for TDE
*
* Copyright (C) 2006 Novell, Inc.
*
@@ -22,8 +22,8 @@
*
**************************************************************************/
-#ifndef KNETWORKMANAGER_OPENVPN_H
-#define KNETWORKMANAGER_OPENVPN_H
+#ifndef TDENETWORKMANAGER_OPENVPN_H
+#define TDENETWORKMANAGER_OPENVPN_H
#include <tqmap.h>
#include <tqstring.h>
@@ -111,4 +111,4 @@ class OpenVPNAuthentication : public VPNAuthenticationWidget
OpenVPNConnectionType::CONNECTIONTYPE _connectionType;
};
-#endif /* KNETWORKMANAGER_OPENVPN_H */
+#endif /* TDENETWORKMANAGER_OPENVPN_H */
diff --git a/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.cpp b/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.cpp
index e3d91d9..d3fca42 100644
--- a/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.cpp
+++ b/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
*
- * knetworkmanager-pptp.cpp - A NetworkManager frontend for TDE
+ * tdenetman-pptp.cpp - A NetworkManager frontend for TDE
*
* Copyright (C) 2006 Novell, Inc.
*
@@ -251,4 +251,4 @@ void PPTPAuthentication::setPasswords(TDENetworkSettingsMap secrets) {
}
}
-#include "tdenetman-pptp.moc" \ No newline at end of file
+#include "tdenetman-pptp.moc"
diff --git a/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.h b/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.h
index 6f80300..7fb7af6 100644
--- a/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.h
+++ b/tdenetworkmanager/vpn-plugins/pptp/src/tdenetman-pptp.h
@@ -1,6 +1,6 @@
/***************************************************************************
*
- * knetworkmanager-vpnc.h - A NetworkManager frontend for TDE
+ * tdenetman-pptp.h - A NetworkManager frontend for TDE
*
* Copyright (C) 2006 Novell, Inc.
*
@@ -22,8 +22,8 @@
*
**************************************************************************/
-#ifndef KNETWORKMANAGER_PPTP_H
-#define KNETWORKMANAGER_PPTP_H
+#ifndef TDENETWORKMANAGER_PPTP_H
+#define TDENETWORKMANAGER_PPTP_H
#include <tqmap.h>
#include <tqstring.h>
@@ -85,4 +85,4 @@ class PPTPAuthentication : public VPNAuthenticationWidget
PPTPAuthenticationWidget* _pptpAuth;
};
-#endif /* KNETWORKMANAGER_PPTP_H */
+#endif /* TDENETWORKMANAGER_PPTP_H */
diff --git a/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.cpp b/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.cpp
index 5b52b1b..b818987 100644
--- a/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.cpp
+++ b/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
*
- * knetworkmanager-strongswan.cpp - A NetworkManager frontend for TDE
+ * tdenetman-strongswan.cpp - A NetworkManager frontend for TDE
*
* Author: Thomas Kallenberg <tkallenb@hsr.ch>, <thomas@no-more-secrets.ch>
*
@@ -257,4 +257,4 @@ void StrongswanAuthentication::setPasswords(TDENetworkSettingsMap secrets) {
}
}
-#include "tdenetman-strongswan.moc" \ No newline at end of file
+#include "tdenetman-strongswan.moc"
diff --git a/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.h b/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.h
index c1229ab..884cf04 100644
--- a/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.h
+++ b/tdenetworkmanager/vpn-plugins/strongswan/src/tdenetman-strongswan.h
@@ -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 */
diff --git a/tdenetworkmanager/vpn-plugins/vpnc/src/tdenetman-vpnc.h b/tdenetworkmanager/vpn-plugins/vpnc/src/tdenetman-vpnc.h
index 9999140..a23faa1 100644
--- a/tdenetworkmanager/vpn-plugins/vpnc/src/tdenetman-vpnc.h
+++ b/tdenetworkmanager/vpn-plugins/vpnc/src/tdenetman-vpnc.h
@@ -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 */