diff options
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QVBoxLayout.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/QVBoxLayout.java | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/qtjava/javalib/org/kde/qt/QVBoxLayout.java b/qtjava/javalib/org/kde/qt/QVBoxLayout.java index 75b327b2..5beb1e39 100644 --- a/qtjava/javalib/org/kde/qt/QVBoxLayout.java +++ b/qtjava/javalib/org/kde/qt/QVBoxLayout.java @@ -3,60 +3,60 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QVBoxLayout extends QBoxLayout { - protected QVBoxLayout(Class dummy){super((Class) null);} - public native QMetaObject metaObject(); +public class TQVBoxLayout extends TQBoxLayout { + protected TQVBoxLayout(Class dummy){super((Class) null);} + public native TQMetaObject metaObject(); public native String className(); - public QVBoxLayout(QWidget parent, int border, int spacing, String name) { + public TQVBoxLayout(TQWidget parent, int border, int spacing, String name) { super((Class) null); - newQVBoxLayout(parent,border,spacing,name); + newTQVBoxLayout(parent,border,spacing,name); } - private native void newQVBoxLayout(QWidget parent, int border, int spacing, String name); - public QVBoxLayout(QWidget parent, int border, int spacing) { + private native void newTQVBoxLayout(TQWidget parent, int border, int spacing, String name); + public TQVBoxLayout(TQWidget parent, int border, int spacing) { super((Class) null); - newQVBoxLayout(parent,border,spacing); + newTQVBoxLayout(parent,border,spacing); } - private native void newQVBoxLayout(QWidget parent, int border, int spacing); - public QVBoxLayout(QWidget parent, int border) { + private native void newTQVBoxLayout(TQWidget parent, int border, int spacing); + public TQVBoxLayout(TQWidget parent, int border) { super((Class) null); - newQVBoxLayout(parent,border); + newTQVBoxLayout(parent,border); } - private native void newQVBoxLayout(QWidget parent, int border); - public QVBoxLayout(QWidget parent) { + private native void newTQVBoxLayout(TQWidget parent, int border); + public TQVBoxLayout(TQWidget parent) { super((Class) null); - newQVBoxLayout(parent); + newTQVBoxLayout(parent); } - private native void newQVBoxLayout(QWidget parent); - public QVBoxLayout(QLayout parentLayout, int spacing, String name) { + private native void newTQVBoxLayout(TQWidget parent); + public TQVBoxLayout(TQLayout parentLayout, int spacing, String name) { super((Class) null); - newQVBoxLayout(parentLayout,spacing,name); + newTQVBoxLayout(parentLayout,spacing,name); } - private native void newQVBoxLayout(QLayout parentLayout, int spacing, String name); - public QVBoxLayout(QLayout parentLayout, int spacing) { + private native void newTQVBoxLayout(TQLayout parentLayout, int spacing, String name); + public TQVBoxLayout(TQLayout parentLayout, int spacing) { super((Class) null); - newQVBoxLayout(parentLayout,spacing); + newTQVBoxLayout(parentLayout,spacing); } - private native void newQVBoxLayout(QLayout parentLayout, int spacing); - public QVBoxLayout(QLayout parentLayout) { + private native void newTQVBoxLayout(TQLayout parentLayout, int spacing); + public TQVBoxLayout(TQLayout parentLayout) { super((Class) null); - newQVBoxLayout(parentLayout); + newTQVBoxLayout(parentLayout); } - private native void newQVBoxLayout(QLayout parentLayout); - public QVBoxLayout(int spacing, String name) { + private native void newTQVBoxLayout(TQLayout parentLayout); + public TQVBoxLayout(int spacing, String name) { super((Class) null); - newQVBoxLayout(spacing,name); + newTQVBoxLayout(spacing,name); } - private native void newQVBoxLayout(int spacing, String name); - public QVBoxLayout(int spacing) { + private native void newTQVBoxLayout(int spacing, String name); + public TQVBoxLayout(int spacing) { super((Class) null); - newQVBoxLayout(spacing); + newTQVBoxLayout(spacing); } - private native void newQVBoxLayout(int spacing); - public QVBoxLayout() { + private native void newTQVBoxLayout(int spacing); + public TQVBoxLayout() { super((Class) null); - newQVBoxLayout(); + newTQVBoxLayout(); } - private native void newQVBoxLayout(); + private native void newTQVBoxLayout(); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); /** Deletes the wrapped C++ instance */ |