summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QUrl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QUrl.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QUrl.java36
1 files changed, 18 insertions, 18 deletions
diff --git a/qtjava/javalib/org/kde/qt/QUrl.java b/qtjava/javalib/org/kde/qt/QUrl.java
index 0dd13f90..9cd6a1ee 100644
--- a/qtjava/javalib/org/kde/qt/QUrl.java
+++ b/qtjava/javalib/org/kde/qt/QUrl.java
@@ -3,31 +3,31 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QUrl implements QtSupport, QUrlInterface {
+public class TQUrl implements QtSupport, TQUrlInterface {
private long _qt;
private boolean _allocatedInJavaWorld = true;
- protected QUrl(Class dummy){}
+ protected TQUrl(Class dummy){}
- public QUrl() {
- newQUrl();
+ public TQUrl() {
+ newTQUrl();
}
- private native void newQUrl();
- public QUrl(String url) {
- newQUrl(url);
+ private native void newTQUrl();
+ public TQUrl(String url) {
+ newTQUrl(url);
}
- private native void newQUrl(String url);
- public QUrl(QUrlInterface url) {
- newQUrl(url);
+ private native void newTQUrl(String url);
+ public TQUrl(TQUrlInterface url) {
+ newTQUrl(url);
}
- private native void newQUrl(QUrlInterface url);
- public QUrl(QUrlInterface url, String relUrl, boolean checkSlash) {
- newQUrl(url,relUrl,checkSlash);
+ private native void newTQUrl(TQUrlInterface url);
+ public TQUrl(TQUrlInterface url, String relUrl, boolean checkSlash) {
+ newTQUrl(url,relUrl,checkSlash);
}
- private native void newQUrl(QUrlInterface url, String relUrl, boolean checkSlash);
- public QUrl(QUrlInterface url, String relUrl) {
- newQUrl(url,relUrl);
+ private native void newTQUrl(TQUrlInterface url, String relUrl, boolean checkSlash);
+ public TQUrl(TQUrlInterface url, String relUrl) {
+ newTQUrl(url,relUrl);
}
- private native void newQUrl(QUrlInterface url, String relUrl);
+ private native void newTQUrl(TQUrlInterface url, String relUrl);
public native String protocol();
public native void setProtocol(String protocol);
public native String user();
@@ -59,7 +59,7 @@ public class QUrl implements QtSupport, QUrlInterface {
public native void setFileName(String txt);
public native String fileName();
public native String dirPath();
- public native boolean op_equals(QUrlInterface url);
+ public native boolean op_equals(TQUrlInterface url);
public native boolean op_equals(String url);
public native String toString(boolean encodedPath, boolean forcePrependProtocol);
public native String toString(boolean encodedPath);