From 88838f421c1d218531cb0ddcc2599ae90e744759 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:13:44 -0600 Subject: Rename KDEHOME and KDEDIR --- languages/cpp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/cpp/main.cpp') 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 void setup() { - TQString kdedir = getenv( "KDEDIR" ); + TQString kdedir = getenv( "TDEDIR" ); if ( !kdedir.isNull() ) addIncludePath( kdedir + "/include" ); -- cgit v1.2.1