diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:53 +0900 |
commit | 2518c29202d07d42d3220963b4596f5252e52937 (patch) | |
tree | 1babf16d23314ec80ef35c571b063966c49d272e /tdeprint/tests | |
parent | 50087701ab4e8f67501bc90351298acd308049ab (diff) | |
download | tdelibs-2518c29202d07d42d3220963b4596f5252e52937.tar.gz tdelibs-2518c29202d07d42d3220963b4596f5252e52937.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeprint/tests')
-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"); |