summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QGLColormap.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QGLColormap.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QGLColormap.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/qtjava/javalib/org/kde/qt/QGLColormap.java b/qtjava/javalib/org/kde/qt/QGLColormap.java
index 818355cc..72018e14 100644
--- a/qtjava/javalib/org/kde/qt/QGLColormap.java
+++ b/qtjava/javalib/org/kde/qt/QGLColormap.java
@@ -3,28 +3,28 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QGLColormap implements QtSupport {
+public class TQGLColormap implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
- protected QGLColormap(Class dummy){}
+ protected TQGLColormap(Class dummy){}
- public QGLColormap() {
- newQGLColormap();
+ public TQGLColormap() {
+ newTQGLColormap();
}
- private native void newQGLColormap();
- public QGLColormap(QGLColormap arg1) {
- newQGLColormap(arg1);
+ private native void newTQGLColormap();
+ public TQGLColormap(TQGLColormap arg1) {
+ newTQGLColormap(arg1);
}
- private native void newQGLColormap(QGLColormap arg1);
+ private native void newTQGLColormap(TQGLColormap arg1);
public native boolean isEmpty();
public native int size();
public native void detach();
public native void setEntries(int count, int[] colors, int base);
public native void setEntries(int count, int[] colors);
public native void setEntry(int idx, int color);
- public native void setEntry(int idx, QColor color);
+ public native void setEntry(int idx, TQColor color);
public native int entryRgb(int idx);
- public native QColor entryColor(int idx);
+ public native TQColor entryColor(int idx);
public native int find(int color);
public native int findNearest(int color);
/** Deletes the wrapped C++ instance */