From 636f509299122d02087c6fd62e1e4a46dbd22026 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 8 Jan 2014 20:06:00 +0100 Subject: Rename many classes to avoid conflicts with KDE --- qtjava/javalib/org/kde/qt/TQVBoxLayout.java | 68 ----------------------------- 1 file changed, 68 deletions(-) delete mode 100644 qtjava/javalib/org/kde/qt/TQVBoxLayout.java (limited to 'qtjava/javalib/org/kde/qt/TQVBoxLayout.java') diff --git a/qtjava/javalib/org/kde/qt/TQVBoxLayout.java b/qtjava/javalib/org/kde/qt/TQVBoxLayout.java deleted file mode 100644 index 5beb1e39..00000000 --- a/qtjava/javalib/org/kde/qt/TQVBoxLayout.java +++ /dev/null @@ -1,68 +0,0 @@ -//Auto-generated by kalyptus. DO NOT EDIT. -package org.kde.qt; - -import org.kde.qt.Qt; - -public class TQVBoxLayout extends TQBoxLayout { - protected TQVBoxLayout(Class dummy){super((Class) null);} - public native TQMetaObject metaObject(); - public native String className(); - public TQVBoxLayout(TQWidget parent, int border, int spacing, String name) { - super((Class) null); - newTQVBoxLayout(parent,border,spacing,name); - } - private native void newTQVBoxLayout(TQWidget parent, int border, int spacing, String name); - public TQVBoxLayout(TQWidget parent, int border, int spacing) { - super((Class) null); - newTQVBoxLayout(parent,border,spacing); - } - private native void newTQVBoxLayout(TQWidget parent, int border, int spacing); - public TQVBoxLayout(TQWidget parent, int border) { - super((Class) null); - newTQVBoxLayout(parent,border); - } - private native void newTQVBoxLayout(TQWidget parent, int border); - public TQVBoxLayout(TQWidget parent) { - super((Class) null); - newTQVBoxLayout(parent); - } - private native void newTQVBoxLayout(TQWidget parent); - public TQVBoxLayout(TQLayout parentLayout, int spacing, String name) { - super((Class) null); - newTQVBoxLayout(parentLayout,spacing,name); - } - private native void newTQVBoxLayout(TQLayout parentLayout, int spacing, String name); - public TQVBoxLayout(TQLayout parentLayout, int spacing) { - super((Class) null); - newTQVBoxLayout(parentLayout,spacing); - } - private native void newTQVBoxLayout(TQLayout parentLayout, int spacing); - public TQVBoxLayout(TQLayout parentLayout) { - super((Class) null); - newTQVBoxLayout(parentLayout); - } - private native void newTQVBoxLayout(TQLayout parentLayout); - public TQVBoxLayout(int spacing, String name) { - super((Class) null); - newTQVBoxLayout(spacing,name); - } - private native void newTQVBoxLayout(int spacing, String name); - public TQVBoxLayout(int spacing) { - super((Class) null); - newTQVBoxLayout(spacing); - } - private native void newTQVBoxLayout(int spacing); - public TQVBoxLayout() { - super((Class) null); - newTQVBoxLayout(); - } - 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 */ - protected native void finalize() throws InternalError; - /** Delete the wrapped C++ instance ahead of finalize() */ - public native void dispose(); - /** Has the wrapped C++ instance been deleted? */ - public native boolean isDisposed(); -} -- cgit v1.2.1