diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
| commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
| tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /qtjava/javalib/org/kde/qt/QXmlInputSource.java | |
| parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
| download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip | |
Initial TQt conversion
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QXmlInputSource.java')
| -rw-r--r-- | qtjava/javalib/org/kde/qt/QXmlInputSource.java | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/qtjava/javalib/org/kde/qt/QXmlInputSource.java b/qtjava/javalib/org/kde/qt/QXmlInputSource.java index fb5cf06e..9e8648be 100644 --- a/qtjava/javalib/org/kde/qt/QXmlInputSource.java +++ b/qtjava/javalib/org/kde/qt/QXmlInputSource.java @@ -3,27 +3,27 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QXmlInputSource implements QtSupport { +public class TQXmlInputSource implements QtSupport { private long _qt; private boolean _allocatedInJavaWorld = true; - protected QXmlInputSource(Class dummy){} + protected TQXmlInputSource(Class dummy){} - public QXmlInputSource() { - newQXmlInputSource(); + public TQXmlInputSource() { + newTQXmlInputSource(); } - private native void newQXmlInputSource(); - public QXmlInputSource(QIODeviceInterface dev) { - newQXmlInputSource(dev); + private native void newTQXmlInputSource(); + public TQXmlInputSource(TQIODeviceInterface dev) { + newTQXmlInputSource(dev); } - private native void newQXmlInputSource(QIODeviceInterface dev); - public QXmlInputSource(QFile file) { - newQXmlInputSource(file); + private native void newTQXmlInputSource(TQIODeviceInterface dev); + public TQXmlInputSource(TQFile file) { + newTQXmlInputSource(file); } - private native void newQXmlInputSource(QFile file); - public QXmlInputSource(QTextStream stream) { - newQXmlInputSource(stream); + private native void newTQXmlInputSource(TQFile file); + public TQXmlInputSource(TQTextStream stream) { + newTQXmlInputSource(stream); } - private native void newQXmlInputSource(QTextStream stream); + private native void newTQXmlInputSource(TQTextStream stream); public native void setData(String dat); public native void setData(byte[] dat); public native void fetchData(); |
