summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QCanvasLine.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /qtjava/javalib/org/kde/qt/QCanvasLine.java
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QCanvasLine.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QCanvasLine.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/qtjava/javalib/org/kde/qt/QCanvasLine.java b/qtjava/javalib/org/kde/qt/QCanvasLine.java
index f12de15e..1805e77f 100644
--- a/qtjava/javalib/org/kde/qt/QCanvasLine.java
+++ b/qtjava/javalib/org/kde/qt/QCanvasLine.java
@@ -3,21 +3,21 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QCanvasLine extends QCanvasPolygonalItem {
- protected QCanvasLine(Class dummy){super((Class) null);}
- public QCanvasLine(QCanvas canvas) {
+public class TQCanvasLine extends TQCanvasPolygonalItem {
+ protected TQCanvasLine(Class dummy){super((Class) null);}
+ public TQCanvasLine(TQCanvas canvas) {
super((Class) null);
- newQCanvasLine(canvas);
+ newTQCanvasLine(canvas);
}
- private native void newQCanvasLine(QCanvas canvas);
+ private native void newTQCanvasLine(TQCanvas canvas);
public native void setPoints(int x1, int y1, int x2, int y2);
- public native QPoint startPoint();
- public native QPoint endPoint();
+ public native TQPoint startPoint();
+ public native TQPoint endPoint();
public native int rtti();
- public native void setPen(QPen p);
+ public native void setPen(TQPen p);
public native void moveBy(double dx, double dy);
- protected native void drawShape(QPainter arg1);
- public native QPointArray areaPoints();
+ protected native void drawShape(TQPainter arg1);
+ public native TQPointArray areaPoints();
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */