summaryrefslogtreecommitdiffstats
path: root/qtjava/README
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/README')
-rw-r--r--qtjava/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtjava/README b/qtjava/README
index f6d2624b..845e96ba 100644
--- a/qtjava/README
+++ b/qtjava/README
@@ -45,7 +45,7 @@ BUILD INSTRUCTIONS
$ make install
The java classes are installed in $(kde_libraries)/java/qtjava.jar, and you will need to add
- this jar file to your classpath. The shared library libqtjava.so is installed
+ this jar file to your classpath. The shared library libtqtjava.so is installed
in $(kde_libraries).
2) That's it - you should be able to compile and run the Java example
@@ -60,7 +60,7 @@ BUILD INSTRUCTIONS
qtjava.initialize();
}
-It will load the QtJava 'libqtjava.so' shared library.
+It will load the QtJava 'libtqtjava.so' shared library.
4) To build the javadoc documentation.