diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:56 +0900 |
commit | aac4148223dae03eb97e2de5167369ec60d15625 (patch) | |
tree | 15a1b85f574d01715ed5e63e84a9ffa0472151bd /qtjava | |
parent | 06fc5b2200e1816c1403513fef885b0a764a418d (diff) | |
download | tdebindings-aac4148223dae03eb97e2de5167369ec60d15625.tar.gz tdebindings-aac4148223dae03eb97e2de5167369ec60d15625.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 'qtjava')
-rw-r--r-- | qtjava/javalib/examples/helpviewer/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/examples/helpviewer/Main.java b/qtjava/javalib/examples/helpviewer/Main.java index 65deaff7..492ca36d 100644 --- a/qtjava/javalib/examples/helpviewer/Main.java +++ b/qtjava/javalib/examples/helpviewer/Main.java @@ -21,7 +21,7 @@ public static void main( String[] args ) if (args.length > 0) home = args[0]; // else -// home = System.getenv("QTDIR") + "/doc/html/index.html"; +// home = System.getenv("TQTDIR") + "/doc/html/index.html"; HelpWindow help = new HelpWindow(home, ".", null, "help viewer"); |