From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- qtjava/javalib/org/kde/qt/QColorDrag.java | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'qtjava/javalib/org/kde/qt/QColorDrag.java') diff --git a/qtjava/javalib/org/kde/qt/QColorDrag.java b/qtjava/javalib/org/kde/qt/QColorDrag.java index 2c41932f..2e59be2b 100644 --- a/qtjava/javalib/org/kde/qt/QColorDrag.java +++ b/qtjava/javalib/org/kde/qt/QColorDrag.java @@ -3,45 +3,45 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QColorDrag extends QStoredDrag { - protected QColorDrag(Class dummy){super((Class) null);} - public native QMetaObject metaObject(); +public class TQColorDrag extends TQStoredDrag { + protected TQColorDrag(Class dummy){super((Class) null);} + public native TQMetaObject metaObject(); public native String className(); - public QColorDrag(QColor col, QWidget dragsource, String name) { + public TQColorDrag(TQColor col, TQWidget dragsource, String name) { super((Class) null); - newQColorDrag(col,dragsource,name); + newTQColorDrag(col,dragsource,name); } - private native void newQColorDrag(QColor col, QWidget dragsource, String name); - public QColorDrag(QColor col, QWidget dragsource) { + private native void newTQColorDrag(TQColor col, TQWidget dragsource, String name); + public TQColorDrag(TQColor col, TQWidget dragsource) { super((Class) null); - newQColorDrag(col,dragsource); + newTQColorDrag(col,dragsource); } - private native void newQColorDrag(QColor col, QWidget dragsource); - public QColorDrag(QColor col) { + private native void newTQColorDrag(TQColor col, TQWidget dragsource); + public TQColorDrag(TQColor col) { super((Class) null); - newQColorDrag(col); + newTQColorDrag(col); } - private native void newQColorDrag(QColor col); - public QColorDrag(QWidget dragSource, String name) { + private native void newTQColorDrag(TQColor col); + public TQColorDrag(TQWidget dragSource, String name) { super((Class) null); - newQColorDrag(dragSource,name); + newTQColorDrag(dragSource,name); } - private native void newQColorDrag(QWidget dragSource, String name); - public QColorDrag(QWidget dragSource) { + private native void newTQColorDrag(TQWidget dragSource, String name); + public TQColorDrag(TQWidget dragSource) { super((Class) null); - newQColorDrag(dragSource); + newTQColorDrag(dragSource); } - private native void newQColorDrag(QWidget dragSource); - public QColorDrag() { + private native void newTQColorDrag(TQWidget dragSource); + public TQColorDrag() { super((Class) null); - newQColorDrag(); + newTQColorDrag(); } - private native void newQColorDrag(); - public native void setColor(QColor col); + private native void newTQColorDrag(); + public native void setColor(TQColor col); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); - public static native boolean canDecode(QMimeSourceInterface arg1); - public static native boolean decode(QMimeSourceInterface arg1, QColor col); + public static native boolean canDecode(TQMimeSourceInterface arg1); + public static native boolean decode(TQMimeSourceInterface arg1, TQColor col); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ -- cgit v1.2.1