diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 19:12:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 19:12:56 -0600 |
commit | bb1eb4642e6363ed639bdde738a9b7c2ab461f86 (patch) | |
tree | 5473331bc9f50d479fac3c7559f7846e18d1d331 | |
parent | ae14d05a22e059daaf6ccdffd3d05f89d037bcd5 (diff) | |
download | tdetoys-bb1eb4642e6363ed639bdde738a9b7c2ab461f86.tar.gz tdetoys-bb1eb4642e6363ed639bdde738a9b7c2ab461f86.zip |
Rename KDEHOME and KDEDIR
-rw-r--r-- | kweather/metar_parser_test.cpp | 2 | ||||
-rw-r--r-- | 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)) |