diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-14 00:07:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-14 00:07:27 +0900 |
commit | 78a950757d18f6f1c37d01d5fb290b7b11b20e73 (patch) | |
tree | 559d76c9aa6ad9b92a2753f21823edf79b24f814 /qtjava/javalib | |
parent | 860aa121af65ab4b86567ee17314b95b37140569 (diff) | |
download | tdebindings-78a950757d18f6f1c37d01d5fb290b7b11b20e73.tar.gz tdebindings-78a950757d18f6f1c37d01d5fb290b7b11b20e73.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtjava/javalib')
-rw-r--r-- | qtjava/javalib/org/trinitydesktop/qt/TQVariant.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/org/trinitydesktop/qt/TQVariant.java b/qtjava/javalib/org/trinitydesktop/qt/TQVariant.java index c2a24616..2e9e7994 100644 --- a/qtjava/javalib/org/trinitydesktop/qt/TQVariant.java +++ b/qtjava/javalib/org/trinitydesktop/qt/TQVariant.java @@ -252,7 +252,7 @@ public class TQVariant implements QtSupport { public native TQPen asPen(); public native int asInt(); public native int asUInt(); - // TTQ_LLONG& asLongLong(); >>>> NOT CONVERTED + // TQ_LLONG& asLongLong(); >>>> NOT CONVERTED // TQ_ULLONG& asULongLong(); >>>> NOT CONVERTED public native boolean asBool(); public native double asDouble(); |