summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDEFontSizeAction.java
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-08 20:06:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-08 20:06:00 +0100
commit636f509299122d02087c6fd62e1e4a46dbd22026 (patch)
tree70e43efceeb5b00e7f19cdac8da44928bd2fb459 /kdejava/koala/org/kde/koala/TDEFontSizeAction.java
parent719b61750c08343f530068ed4127623aeac71cf0 (diff)
downloadtdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz
tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'kdejava/koala/org/kde/koala/TDEFontSizeAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/TDEFontSizeAction.java133
1 files changed, 0 insertions, 133 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEFontSizeAction.java b/kdejava/koala/org/kde/koala/TDEFontSizeAction.java
deleted file mode 100644
index 403beef4..00000000
--- a/kdejava/koala/org/kde/koala/TDEFontSizeAction.java
+++ /dev/null
@@ -1,133 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.koala;
-
-import org.kde.qt.Qt;
-import org.kde.qt.TQMetaObject;
-import org.kde.qt.QtSupport;
-import org.kde.qt.TQObject;
-import org.kde.qt.TQIconSet;
-
-/**
- See {@link TDEFontSizeActionSignals} for signals emitted by TDEFontSizeAction
-*/
-public class TDEFontSizeAction extends TDESelectAction {
- protected TDEFontSizeAction(Class dummy){super((Class) null);}
- public native TQMetaObject metaObject();
- public native String className();
- public TDEFontSizeAction(String text, TDEShortcut cut, TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(text,cut,parent,name);
- }
- private native void newTDEFontSizeAction(String text, TDEShortcut cut, TQObject parent, String name);
- public TDEFontSizeAction(String text, TDEShortcut cut, TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(text,cut,parent);
- }
- private native void newTDEFontSizeAction(String text, TDEShortcut cut, TQObject parent);
- public TDEFontSizeAction(String text, TDEShortcut cut) {
- super((Class) null);
- newTDEFontSizeAction(text,cut);
- }
- private native void newTDEFontSizeAction(String text, TDEShortcut cut);
- public TDEFontSizeAction(String text) {
- super((Class) null);
- newTDEFontSizeAction(text);
- }
- private native void newTDEFontSizeAction(String text);
- public TDEFontSizeAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(text,cut,receiver,slot,parent,name);
- }
- private native void newTDEFontSizeAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
- public TDEFontSizeAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(text,cut,receiver,slot,parent);
- }
- private native void newTDEFontSizeAction(String text, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
- public TDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,parent,name);
- }
- private native void newTDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent, String name);
- public TDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,parent);
- }
- private native void newTDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject parent);
- public TDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut);
- }
- private native void newTDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut);
- public TDEFontSizeAction(String text, TQIconSet pix) {
- super((Class) null);
- newTDEFontSizeAction(text,pix);
- }
- private native void newTDEFontSizeAction(String text, TQIconSet pix);
- public TDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,parent,name);
- }
- private native void newTDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject parent, String name);
- public TDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,parent);
- }
- private native void newTDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject parent);
- public TDEFontSizeAction(String text, String pix, TDEShortcut cut) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut);
- }
- private native void newTDEFontSizeAction(String text, String pix, TDEShortcut cut);
- public TDEFontSizeAction(String text, String pix) {
- super((Class) null);
- newTDEFontSizeAction(text,pix);
- }
- private native void newTDEFontSizeAction(String text, String pix);
- public TDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,receiver,slot,parent,name);
- }
- private native void newTDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
- public TDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,receiver,slot,parent);
- }
- private native void newTDEFontSizeAction(String text, TQIconSet pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
- public TDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,receiver,slot,parent,name);
- }
- private native void newTDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
- public TDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(text,pix,cut,receiver,slot,parent);
- }
- private native void newTDEFontSizeAction(String text, String pix, TDEShortcut cut, TQObject receiver, String slot, TQObject parent);
- public TDEFontSizeAction(TQObject parent, String name) {
- super((Class) null);
- newTDEFontSizeAction(parent,name);
- }
- private native void newTDEFontSizeAction(TQObject parent, String name);
- public TDEFontSizeAction(TQObject parent) {
- super((Class) null);
- newTDEFontSizeAction(parent);
- }
- private native void newTDEFontSizeAction(TQObject parent);
- public TDEFontSizeAction() {
- super((Class) null);
- newTDEFontSizeAction();
- }
- private native void newTDEFontSizeAction();
- public native int fontSize();
- public native void setFontSize(int size);
- protected native void slotActivated(int arg1);
- protected native void slotActivated(String arg1);
- protected native void slotActivated();
- /** 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();
-}