summaryrefslogtreecommitdiffstats
path: root/src/importopenvpnprofiledialog.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-11-04 01:29:38 -0500
committerDarrell Anderson <[email protected]>2012-11-04 01:29:38 -0500
commit32b35bafbc261d82ae091125fdda7314e05df4ac (patch)
treee50499bd23e36ce0bc73a347c3a1463dc09c38cb /src/importopenvpnprofiledialog.cpp
parent8ab29ecb76559a4de53f0f4a893caf10d9ffae55 (diff)
downloadkvpnc-32b35bafbc261d82ae091125fdda7314e05df4ac.tar.gz
kvpnc-32b35bafbc261d82ae091125fdda7314e05df4ac.zip
Fix references to user profile directory.
Diffstat (limited to 'src/importopenvpnprofiledialog.cpp')
-rw-r--r--src/importopenvpnprofiledialog.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/importopenvpnprofiledialog.cpp b/src/importopenvpnprofiledialog.cpp
index 0f596c8..04bcefa 100644
--- a/src/importopenvpnprofiledialog.cpp
+++ b/src/importopenvpnprofiledialog.cpp
@@ -508,7 +508,7 @@ void ImportOpenvpnProfileDialog::canAccept()
if ( TQFile ( TQString ( importprefix+"/"+cert ) ).exists() )
{
- // copy to ~/.kde/share/apps/kvpnc/ and rename it
+ // copy to ~/.trinity/share/apps/kvpnc/ and rename it
if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n ( "OpenVPN import: copy %1 to %2" ).arg ( TQString ( importprefix+"/"+cert ) ).arg ( TQString ( certprefix+"/"+"openvpn_cert_"+profilename+"_"+cert ) ), config->debug );
TQProcess CopyProcess ( this );
@@ -548,7 +548,7 @@ void ImportOpenvpnProfileDialog::canAccept()
if ( TQFile ( TQString ( importprefix+"/"+privatekey ) ).exists() )
{
- // copy to ~/.kde/share/apps/kvpnc/ and rename it
+ // copy to ~/.trinity/share/apps/kvpnc/ and rename it
if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n ( "OpenVPN import: copy %1 to %2" ).arg ( TQString ( importprefix+"/"+privatekey ) ).arg ( TQString ( certprefix+"/"+"openvpn_privatekey_"+profilename+"_"+privatekey ) ), config->debug );
TQProcess CopyProcess ( this );
@@ -589,7 +589,7 @@ void ImportOpenvpnProfileDialog::canAccept()
if ( TQFile ( TQString ( importprefix+"/"+privatekey ) ).exists() )
{
- // copy to ~/.kde/share/apps/kvpnc/ and rename it
+ // copy to ~/.trinity/share/apps/kvpnc/ and rename it
if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n ( "OpenVPN import: copy %1 to %2" ).arg ( TQString ( importprefix+"/"+privatekey ) ).arg ( TQString ( certprefix+"/"+"openvpn_privatekey_"+profilename+"_"+privatekey ) ), config->debug );
TQProcess CopyProcess ( this );
@@ -631,7 +631,7 @@ void ImportOpenvpnProfileDialog::canAccept()
if ( TQFile ( TQString ( importprefix+"/"+ca ) ).exists() )
{
- // copy to ~/.kde/share/apps/kvpnc/ and rename it
+ // copy to ~/.trinity/share/apps/kvpnc/ and rename it
if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n ( "OpenVPN import: copy %1 to %2" ).arg ( TQString ( importprefix+"/"+ca ) ).arg ( TQString ( certprefix+"/"+"openvpn_privatekey_"+profilename+"_"+ca ) ), config->debug );
TQProcess CopyProcess ( this );
@@ -727,7 +727,7 @@ void ImportOpenvpnProfileDialog::canAccept()
if ( TQFile ( TQString ( importprefix+"/"+tlsauth ) ).exists() )
{
- // copy to ~/.kde/share/apps/kvpnc/ and rename it
+ // copy to ~/.trinity/share/apps/kvpnc/ and rename it
if ( config->KvpncDebugLevel > 0 )
config->appendLogEntry ( i18n ( "OpenVPN import: copy %1 to %2" ).arg ( TQString ( importprefix+"/"+tlsauth ) ).arg ( TQString ( certprefix+"/"+"openvpn_privatekey_"+profilename+"_"+tlsauth ) ), config->debug );
TQProcess CopyProcess ( this );