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))