summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QBitmap.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QBitmap.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QBitmap.java102
1 files changed, 51 insertions, 51 deletions
diff --git a/qtjava/javalib/org/kde/qt/QBitmap.java b/qtjava/javalib/org/kde/qt/QBitmap.java
index e276b090..53e78c65 100644
--- a/qtjava/javalib/org/kde/qt/QBitmap.java
+++ b/qtjava/javalib/org/kde/qt/QBitmap.java
@@ -3,94 +3,94 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QBitmap extends QPixmap {
- protected QBitmap(Class dummy){super((Class) null);}
- public QBitmap() {
+public class TQBitmap extends TQPixmap {
+ protected TQBitmap(Class dummy){super((Class) null);}
+ public TQBitmap() {
super((Class) null);
- newQBitmap();
+ newTQBitmap();
}
- private native void newQBitmap();
- public QBitmap(int w, int h, boolean clear, int arg4) {
+ private native void newTQBitmap();
+ public TQBitmap(int w, int h, boolean clear, int arg4) {
super((Class) null);
- newQBitmap(w,h,clear,arg4);
+ newTQBitmap(w,h,clear,arg4);
}
- private native void newQBitmap(int w, int h, boolean clear, int arg4);
- public QBitmap(int w, int h, boolean clear) {
+ private native void newTQBitmap(int w, int h, boolean clear, int arg4);
+ public TQBitmap(int w, int h, boolean clear) {
super((Class) null);
- newQBitmap(w,h,clear);
+ newTQBitmap(w,h,clear);
}
- private native void newQBitmap(int w, int h, boolean clear);
- public QBitmap(int w, int h) {
+ private native void newTQBitmap(int w, int h, boolean clear);
+ public TQBitmap(int w, int h) {
super((Class) null);
- newQBitmap(w,h);
+ newTQBitmap(w,h);
}
- private native void newQBitmap(int w, int h);
- public QBitmap(QSize arg1, boolean clear, int arg3) {
+ private native void newTQBitmap(int w, int h);
+ public TQBitmap(TQSize arg1, boolean clear, int arg3) {
super((Class) null);
- newQBitmap(arg1,clear,arg3);
+ newTQBitmap(arg1,clear,arg3);
}
- private native void newQBitmap(QSize arg1, boolean clear, int arg3);
- public QBitmap(QSize arg1, boolean clear) {
+ private native void newTQBitmap(TQSize arg1, boolean clear, int arg3);
+ public TQBitmap(TQSize arg1, boolean clear) {
super((Class) null);
- newQBitmap(arg1,clear);
+ newTQBitmap(arg1,clear);
}
- private native void newQBitmap(QSize arg1, boolean clear);
- public QBitmap(QSize arg1) {
+ private native void newTQBitmap(TQSize arg1, boolean clear);
+ public TQBitmap(TQSize arg1) {
super((Class) null);
- newQBitmap(arg1);
+ newTQBitmap(arg1);
}
- private native void newQBitmap(QSize arg1);
- public QBitmap(int w, int h, char[] bits, boolean isXbitmap) {
+ private native void newTQBitmap(TQSize arg1);
+ public TQBitmap(int w, int h, char[] bits, boolean isXbitmap) {
super((Class) null);
- newQBitmap(w,h,bits,isXbitmap);
+ newTQBitmap(w,h,bits,isXbitmap);
}
- private native void newQBitmap(int w, int h, char[] bits, boolean isXbitmap);
- public QBitmap(int w, int h, char[] bits) {
+ private native void newTQBitmap(int w, int h, char[] bits, boolean isXbitmap);
+ public TQBitmap(int w, int h, char[] bits) {
super((Class) null);
- newQBitmap(w,h,bits);
+ newTQBitmap(w,h,bits);
}
- private native void newQBitmap(int w, int h, char[] bits);
- public QBitmap(QSize arg1, char[] bits, boolean isXbitmap) {
+ private native void newTQBitmap(int w, int h, char[] bits);
+ public TQBitmap(TQSize arg1, char[] bits, boolean isXbitmap) {
super((Class) null);
- newQBitmap(arg1,bits,isXbitmap);
+ newTQBitmap(arg1,bits,isXbitmap);
}
- private native void newQBitmap(QSize arg1, char[] bits, boolean isXbitmap);
- public QBitmap(QSize arg1, char[] bits) {
+ private native void newTQBitmap(TQSize arg1, char[] bits, boolean isXbitmap);
+ public TQBitmap(TQSize arg1, char[] bits) {
super((Class) null);
- newQBitmap(arg1,bits);
+ newTQBitmap(arg1,bits);
}
- private native void newQBitmap(QSize arg1, char[] bits);
- public QBitmap(QBitmap arg1) {
+ private native void newTQBitmap(TQSize arg1, char[] bits);
+ public TQBitmap(TQBitmap arg1) {
super((Class) null);
- newQBitmap(arg1);
+ newTQBitmap(arg1);
}
- private native void newQBitmap(QBitmap arg1);
- public QBitmap(String fileName, String format) {
+ private native void newTQBitmap(TQBitmap arg1);
+ public TQBitmap(String fileName, String format) {
super((Class) null);
- newQBitmap(fileName,format);
+ newTQBitmap(fileName,format);
}
- private native void newQBitmap(String fileName, String format);
- public QBitmap(String fileName) {
+ private native void newTQBitmap(String fileName, String format);
+ public TQBitmap(String fileName) {
super((Class) null);
- newQBitmap(fileName);
+ newTQBitmap(fileName);
}
- private native void newQBitmap(String fileName);
- public native Object xForm(QWMatrix arg1);
+ private native void newTQBitmap(String fileName);
+ public native Object xForm(TQWMatrix arg1);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */
public native void dispose();
/** Has the wrapped C++ instance been deleted? */
public native boolean isDisposed();
- public QBitmap(QPixmap arg1) {
+ public TQBitmap(TQPixmap arg1) {
super((Class) null);
- newQBitmap(arg1);
+ newTQBitmap(arg1);
}
- private native void newQBitmap(QPixmap arg1);
- public QBitmap(QImage arg1) {
+ private native void newTQBitmap(TQPixmap arg1);
+ public TQBitmap(TQImage arg1) {
super((Class) null);
- newQBitmap(arg1);
+ newTQBitmap(arg1);
}
- private native void newQBitmap(QImage arg1);
+ private native void newTQBitmap(TQImage arg1);
}