diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 19:13:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 19:13:44 -0600 |
commit | 88838f421c1d218531cb0ddcc2599ae90e744759 (patch) | |
tree | b898b4f5204ae416a302d496b059e65dfe781f4e /languages/cpp/main.cpp | |
parent | 8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff) | |
download | tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'languages/cpp/main.cpp')
-rw-r--r-- | languages/cpp/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/main.cpp b/languages/cpp/main.cpp index b3e6bacb..f285d083 100644 --- a/languages/cpp/main.cpp +++ b/languages/cpp/main.cpp @@ -82,7 +82,7 @@ public: // code provided by Reginald Stadlbauer <[email protected]> void setup() { - TQString kdedir = getenv( "KDEDIR" ); + TQString kdedir = getenv( "TDEDIR" ); if ( !kdedir.isNull() ) addIncludePath( kdedir + "/include" ); |