summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:12:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:12:56 -0600
commitbb1eb4642e6363ed639bdde738a9b7c2ab461f86 (patch)
tree5473331bc9f50d479fac3c7559f7846e18d1d331 /kweather
parentae14d05a22e059daaf6ccdffd3d05f89d037bcd5 (diff)
downloadtdetoys-bb1eb4642e6363ed639bdde738a9b7c2ab461f86.tar.gz
tdetoys-bb1eb4642e6363ed639bdde738a9b7c2ab461f86.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kweather')
-rw-r--r--kweather/metar_parser_test.cpp2
-rw-r--r--kweather/stationdatabase_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kweather/metar_parser_test.cpp b/kweather/metar_parser_test.cpp
index e442ef2..f552ebd 100644
--- a/kweather/metar_parser_test.cpp
+++ b/kweather/metar_parser_test.cpp
@@ -61,7 +61,7 @@ int main()
// means that make install would have had to be done first before calling
// make check so that the file will be there.
- TQString kdeDirs(getenv("KDEDIR"));
+ TQString kdeDirs(getenv("TDEDIR"));
path = kdeDirs + "/share/apps/kweatherservice/stations.dat";
if (TQFile::exists(path))
diff --git a/kweather/stationdatabase_test.cpp b/kweather/stationdatabase_test.cpp
index fb33fc9..bc8fe01 100644
--- a/kweather/stationdatabase_test.cpp
+++ b/kweather/stationdatabase_test.cpp
@@ -47,7 +47,7 @@ int main()
// means that make install would have had to be done first before calling
// make check so that the file will be there.
- TQString kdeDirs(getenv("KDEDIR"));
+ TQString kdeDirs(getenv("TDEDIR"));
path = kdeDirs + "/share/apps/kweatherservice/stations.dat";
if (TQFile::exists(path))