diff options
author | Michele Calgaro <[email protected]> | 2024-03-26 12:50:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-02 19:55:45 +0900 |
commit | 4a0b53006c9400470122fb11ccdcf131e93fd4cc (patch) | |
tree | e2634b0c14732ad8abd2c2f9c4f64cc60ae1a4b7 /doc/en/java.docbook | |
parent | c3898db6dca2fe7ed754d126367a70f0a12d5717 (diff) | |
download | krusader-4a0b53006c9400470122fb11ccdcf131e93fd4cc.tar.gz krusader-4a0b53006c9400470122fb11ccdcf131e93fd4cc.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/en/java.docbook')
-rw-r--r-- | doc/en/java.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/java.docbook b/doc/en/java.docbook index fd2d03d..cc3b975 100644 --- a/doc/en/java.docbook +++ b/doc/en/java.docbook @@ -45,7 +45,7 @@ located but the current dir of the active Panel of Krusader. This needs to stay like this. However, for referencing additional files like .ui (Userinterface, exported by - &Qt;'s Designer) one needs the path of the script. + &TQt;'s Designer) one needs the path of the script. The alternative where absolute paths are used is more than unhandy. For this reason the Variable "scriptDir" was introduced. If a Script wants to load a &GUI; from a @@ -79,9 +79,9 @@ &kjsembed-url;. Some examples which show the power of this library can be found <ulink url="http://xmelegance.org/kjsembed/examples/index.html"> - here</ulink>. Support for all of KDE's ground-laying technologies + here</ulink>. Support for all of TDE's ground-laying technologies such as DCOP or KParts is provided. You can even load whole - GUIs from .ui-files, created with &Qt;'s Designer. + GUIs from .ui-files, created with &TQt;'s Designer. An example extension making use of this can be found <ulink url="http://www.krusader.org/phpBB/viewtopic.php?p=4832#4832"> here</ulink>.</para> |