Rename KDEHOME and KDEDIR

pull/1/head
Timothy Pearson 13 years ago
parent ae14d05a22
commit bb1eb4642e

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

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

Loading…
Cancel
Save