summaryrefslogtreecommitdiffstats
path: root/khtml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:10:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:10:38 -0600
commit99cc03399059853dd8699cae5752e8122cb715f1 (patch)
tree825da375ac05fc555e25b2e350504e211d85d2fb /khtml
parentd5b3ae721dc072e0c70055313de9b5228b6688a8 (diff)
downloadtdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz
tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'khtml')
-rw-r--r--khtml/java/kjavaprocess.h2
-rw-r--r--khtml/test_regression.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/khtml/java/kjavaprocess.h b/khtml/java/kjavaprocess.h
index 3e877685a..280701233 100644
--- a/khtml/java/kjavaprocess.h
+++ b/khtml/java/kjavaprocess.h
@@ -75,7 +75,7 @@ public:
/**
* This will set the classpath the Java process will use. It's used as a the
- * -cp command line option. It adds every jar file stored in $KDEDIRS/share/apps/kjava/
+ * -cp command line option. It adds every jar file stored in $TDEDIRS/share/apps/kjava/
* to the classpath, and then adds the $CLASSPATH environmental variable. This allows
* users to simply drop the JSSE (Java Secure Sockets Extension classes into that directory
* without having to modify the jvm configuration files.
diff --git a/khtml/test_regression.cpp b/khtml/test_regression.cpp
index b53f20ba8..93c2deea5 100644
--- a/khtml/test_regression.cpp
+++ b/khtml/test_regression.cpp
@@ -440,7 +440,7 @@ int main(int argc, char *argv[])
TQString kh("/var/tmp/%1_non_existant");
kh = kh.arg( pw->pw_name );
- setenv( "KDEHOME", kh.latin1(), 1 );
+ setenv( "TDEHOME", kh.latin1(), 1 );
setenv( "LC_ALL", "C", 1 );
setenv( "LANG", "C", 1 );