summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QTextBrowser.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QTextBrowser.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QTextBrowser.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/qtjava/javalib/org/kde/qt/QTextBrowser.java b/qtjava/javalib/org/kde/qt/QTextBrowser.java
index 6a355738..03181e5e 100644
--- a/qtjava/javalib/org/kde/qt/QTextBrowser.java
+++ b/qtjava/javalib/org/kde/qt/QTextBrowser.java
@@ -4,27 +4,27 @@ package org.kde.qt;
import org.kde.qt.Qt;
/**
- See {@link QTextBrowserSignals} for signals emitted by QTextBrowser
+ See {@link TQTextBrowserSignals} for signals emitted by TQTextBrowser
*/
-public class QTextBrowser extends QTextEdit {
- protected QTextBrowser(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+public class TQTextBrowser extends TQTextEdit {
+ protected TQTextBrowser(Class dummy){super((Class) null);}
+ public native TQMetaObject metaObject();
public native String className();
- public QTextBrowser(QWidget parent, String name) {
+ public TQTextBrowser(TQWidget parent, String name) {
super((Class) null);
- newQTextBrowser(parent,name);
+ newTQTextBrowser(parent,name);
}
- private native void newQTextBrowser(QWidget parent, String name);
- public QTextBrowser(QWidget parent) {
+ private native void newTQTextBrowser(TQWidget parent, String name);
+ public TQTextBrowser(TQWidget parent) {
super((Class) null);
- newQTextBrowser(parent);
+ newTQTextBrowser(parent);
}
- private native void newQTextBrowser(QWidget parent);
- public QTextBrowser() {
+ private native void newTQTextBrowser(TQWidget parent);
+ public TQTextBrowser() {
super((Class) null);
- newQTextBrowser();
+ newTQTextBrowser();
}
- private native void newQTextBrowser();
+ private native void newTQTextBrowser();
public native String source();
public native void setSource(String name);
public native void backward();
@@ -35,7 +35,7 @@ public class QTextBrowser extends QTextEdit {
public native void setText(String txt, String context);
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
- protected native void keyPressEvent(QKeyEvent e);
+ protected native void keyPressEvent(TQKeyEvent e);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */