summaryrefslogtreecommitdiffstats
path: root/languages/cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/main.cpp')
-rw-r--r--languages/cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/main.cpp b/languages/cpp/main.cpp
index 845cc382..6352e211 100644
--- a/languages/cpp/main.cpp
+++ b/languages/cpp/main.cpp
@@ -86,7 +86,7 @@ public:
if ( !tdedir.isNull() )
addIncludePath( tdedir + "/include" );
- TQString qtdir = getenv( "QTDIR" );
+ TQString qtdir = getenv( "TQTDIR" );
if ( !qtdir.isNull() )
addIncludePath( qtdir + "/include" );