summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QHBoxLayout.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QHBoxLayout.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QHBoxLayout.java66
1 files changed, 33 insertions, 33 deletions
diff --git a/qtjava/javalib/org/kde/qt/QHBoxLayout.java b/qtjava/javalib/org/kde/qt/QHBoxLayout.java
index 590eabb6..89ed5fc1 100644
--- a/qtjava/javalib/org/kde/qt/QHBoxLayout.java
+++ b/qtjava/javalib/org/kde/qt/QHBoxLayout.java
@@ -3,60 +3,60 @@ package org.kde.qt;
import org.kde.qt.Qt;
-public class QHBoxLayout extends QBoxLayout {
- protected QHBoxLayout(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+public class TQHBoxLayout extends TQBoxLayout {
+ protected TQHBoxLayout(Class dummy){super((Class) null);}
+ public native TQMetaObject metaObject();
public native String className();
- public QHBoxLayout(QWidget parent, int border, int spacing, String name) {
+ public TQHBoxLayout(TQWidget parent, int border, int spacing, String name) {
super((Class) null);
- newQHBoxLayout(parent,border,spacing,name);
+ newTQHBoxLayout(parent,border,spacing,name);
}
- private native void newQHBoxLayout(QWidget parent, int border, int spacing, String name);
- public QHBoxLayout(QWidget parent, int border, int spacing) {
+ private native void newTQHBoxLayout(TQWidget parent, int border, int spacing, String name);
+ public TQHBoxLayout(TQWidget parent, int border, int spacing) {
super((Class) null);
- newQHBoxLayout(parent,border,spacing);
+ newTQHBoxLayout(parent,border,spacing);
}
- private native void newQHBoxLayout(QWidget parent, int border, int spacing);
- public QHBoxLayout(QWidget parent, int border) {
+ private native void newTQHBoxLayout(TQWidget parent, int border, int spacing);
+ public TQHBoxLayout(TQWidget parent, int border) {
super((Class) null);
- newQHBoxLayout(parent,border);
+ newTQHBoxLayout(parent,border);
}
- private native void newQHBoxLayout(QWidget parent, int border);
- public QHBoxLayout(QWidget parent) {
+ private native void newTQHBoxLayout(TQWidget parent, int border);
+ public TQHBoxLayout(TQWidget parent) {
super((Class) null);
- newQHBoxLayout(parent);
+ newTQHBoxLayout(parent);
}
- private native void newQHBoxLayout(QWidget parent);
- public QHBoxLayout(QLayout parentLayout, int spacing, String name) {
+ private native void newTQHBoxLayout(TQWidget parent);
+ public TQHBoxLayout(TQLayout parentLayout, int spacing, String name) {
super((Class) null);
- newQHBoxLayout(parentLayout,spacing,name);
+ newTQHBoxLayout(parentLayout,spacing,name);
}
- private native void newQHBoxLayout(QLayout parentLayout, int spacing, String name);
- public QHBoxLayout(QLayout parentLayout, int spacing) {
+ private native void newTQHBoxLayout(TQLayout parentLayout, int spacing, String name);
+ public TQHBoxLayout(TQLayout parentLayout, int spacing) {
super((Class) null);
- newQHBoxLayout(parentLayout,spacing);
+ newTQHBoxLayout(parentLayout,spacing);
}
- private native void newQHBoxLayout(QLayout parentLayout, int spacing);
- public QHBoxLayout(QLayout parentLayout) {
+ private native void newTQHBoxLayout(TQLayout parentLayout, int spacing);
+ public TQHBoxLayout(TQLayout parentLayout) {
super((Class) null);
- newQHBoxLayout(parentLayout);
+ newTQHBoxLayout(parentLayout);
}
- private native void newQHBoxLayout(QLayout parentLayout);
- public QHBoxLayout(int spacing, String name) {
+ private native void newTQHBoxLayout(TQLayout parentLayout);
+ public TQHBoxLayout(int spacing, String name) {
super((Class) null);
- newQHBoxLayout(spacing,name);
+ newTQHBoxLayout(spacing,name);
}
- private native void newQHBoxLayout(int spacing, String name);
- public QHBoxLayout(int spacing) {
+ private native void newTQHBoxLayout(int spacing, String name);
+ public TQHBoxLayout(int spacing) {
super((Class) null);
- newQHBoxLayout(spacing);
+ newTQHBoxLayout(spacing);
}
- private native void newQHBoxLayout(int spacing);
- public QHBoxLayout() {
+ private native void newTQHBoxLayout(int spacing);
+ public TQHBoxLayout() {
super((Class) null);
- newQHBoxLayout();
+ newTQHBoxLayout();
}
- private native void newQHBoxLayout();
+ private native void newTQHBoxLayout();
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
/** Deletes the wrapped C++ instance */