summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QXmlInputSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QXmlInputSource.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QXmlInputSource.java28
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();