From bb1eb4642e6363ed639bdde738a9b7c2ab461f86 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:12:56 -0600 Subject: [PATCH] Rename KDEHOME and KDEDIR --- kweather/metar_parser_test.cpp | 2 +- kweather/stationdatabase_test.cpp | 2 +- 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))