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/QTextView.java | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'qtjava/javalib/org/kde/qt/QTextView.java') diff --git a/qtjava/javalib/org/kde/qt/QTextView.java b/qtjava/javalib/org/kde/qt/QTextView.java index 10457a8e..419f498b 100644 --- a/qtjava/javalib/org/kde/qt/QTextView.java +++ b/qtjava/javalib/org/kde/qt/QTextView.java @@ -3,45 +3,45 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QTextView extends QTextEdit { - protected QTextView(Class dummy){super((Class) null);} - public native QMetaObject metaObject(); +public class TQTextView extends TQTextEdit { + protected TQTextView(Class dummy){super((Class) null);} + public native TQMetaObject metaObject(); public native String className(); - public QTextView(String text, String context, QWidget parent, String name) { + public TQTextView(String text, String context, TQWidget parent, String name) { super((Class) null); - newQTextView(text,context,parent,name); + newTQTextView(text,context,parent,name); } - private native void newQTextView(String text, String context, QWidget parent, String name); - public QTextView(String text, String context, QWidget parent) { + private native void newTQTextView(String text, String context, TQWidget parent, String name); + public TQTextView(String text, String context, TQWidget parent) { super((Class) null); - newQTextView(text,context,parent); + newTQTextView(text,context,parent); } - private native void newQTextView(String text, String context, QWidget parent); - public QTextView(String text, String context) { + private native void newTQTextView(String text, String context, TQWidget parent); + public TQTextView(String text, String context) { super((Class) null); - newQTextView(text,context); + newTQTextView(text,context); } - private native void newQTextView(String text, String context); - public QTextView(String text) { + private native void newTQTextView(String text, String context); + public TQTextView(String text) { super((Class) null); - newQTextView(text); + newTQTextView(text); } - private native void newQTextView(String text); - public QTextView(QWidget parent, String name) { + private native void newTQTextView(String text); + public TQTextView(TQWidget parent, String name) { super((Class) null); - newQTextView(parent,name); + newTQTextView(parent,name); } - private native void newQTextView(QWidget parent, String name); - public QTextView(QWidget parent) { + private native void newTQTextView(TQWidget parent, String name); + public TQTextView(TQWidget parent) { super((Class) null); - newQTextView(parent); + newTQTextView(parent); } - private native void newQTextView(QWidget parent); - public QTextView() { + private native void newTQTextView(TQWidget parent); + public TQTextView() { super((Class) null); - newQTextView(); + newTQTextView(); } - private native void newQTextView(); + private native void newTQTextView(); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); /** Deletes the wrapped C++ instance */ -- cgit v1.2.3