summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))