summaryrefslogtreecommitdiffstats
path: root/src/helpers/sshagent.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:43:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:43:57 -0600
commit7fbb972791f9e3fbde5dfa85c113285353122600 (patch)
tree7eba52127d3e9dedd7a8594555c478a0ae7626ae /src/helpers/sshagent.cpp
parent497d419c0d4bc6c667f31ff874bc70e2c612d808 (diff)
downloadtdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.tar.gz
tdesvn-7fbb972791f9e3fbde5dfa85c113285353122600.zip
Additional renaming of kde to tde
Diffstat (limited to 'src/helpers/sshagent.cpp')
-rw-r--r--src/helpers/sshagent.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/helpers/sshagent.cpp b/src/helpers/sshagent.cpp
index 635e1b7..a83024f 100644
--- a/src/helpers/sshagent.cpp
+++ b/src/helpers/sshagent.cpp
@@ -19,11 +19,11 @@
*/
#include "sshagent.h"
-#include "kdesvn-config.h"
+#include "tdesvn-config.h"
#include <tqregexp.h>
#include <kapplication.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kprocess.h>
#include <kdebug.h>
@@ -78,9 +78,9 @@ bool SshAgent::querySshAgent()
if (!agent) {
*/
#ifdef HAS_SETENV
- ::setenv("SSH_ASKPASS", "kdesvnaskpass",1);
+ ::setenv("SSH_ASKPASS", "tdesvnaskpass",1);
#else
- ::putenv("SSH_ASKPASS=kdesvnaskpass");
+ ::putenv("SSH_ASKPASS=tdesvnaskpass");
#endif
/*
}
@@ -128,7 +128,7 @@ bool SshAgent::addSshIdentities(bool force)
}
*/
if (!agent) {
- proc.setEnvironment("SSH_ASKPASS", "kdesvnaskpass");
+ proc.setEnvironment("SSH_ASKPASS", "tdesvnaskpass");
}
#endif