diff options
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/tests/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tests/main.cpp b/tdeprint/tests/main.cpp index d714bcdf6..c91cd23a7 100644 --- a/tdeprint/tests/main.cpp +++ b/tdeprint/tests/main.cpp @@ -23,7 +23,7 @@ int main( int argc, char ** argv ) if (argc > 1) home = argv[1]; else - home = TQString(getenv("QTDIR")) + "/doc/html/index.html"; + home = TQString(getenv("TQTDIR")) + "/doc/html/index.html"; HelpWindow *help = new HelpWindow(home, ".", 0, "help viewer"); |