summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KFontAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFontAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KFontAction.java94
1 files changed, 47 insertions, 47 deletions
diff --git a/kdejava/koala/org/kde/koala/KFontAction.java b/kdejava/koala/org/kde/koala/KFontAction.java
index e23f0ecc..56241891 100644
--- a/kdejava/koala/org/kde/koala/KFontAction.java
+++ b/kdejava/koala/org/kde/koala/KFontAction.java
@@ -2,28 +2,28 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QMetaObject;
+import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
-import org.kde.qt.QObject;
-import org.kde.qt.QIconSet;
-import org.kde.qt.QWidget;
+import org.kde.qt.TQObject;
+import org.kde.qt.TQIconSet;
+import org.kde.qt.TQWidget;
/**
*/
public class KFontAction extends KSelectAction {
protected KFontAction(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
- public KFontAction(String text, KShortcut cut, QObject parent, String name) {
+ public KFontAction(String text, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKFontAction(text,cut,parent,name);
}
- private native void newKFontAction(String text, KShortcut cut, QObject parent, String name);
- public KFontAction(String text, KShortcut cut, QObject parent) {
+ private native void newKFontAction(String text, KShortcut cut, TQObject parent, String name);
+ public KFontAction(String text, KShortcut cut, TQObject parent) {
super((Class) null);
newKFontAction(text,cut,parent);
}
- private native void newKFontAction(String text, KShortcut cut, QObject parent);
+ private native void newKFontAction(String text, KShortcut cut, TQObject parent);
public KFontAction(String text, KShortcut cut) {
super((Class) null);
newKFontAction(text,cut);
@@ -34,46 +34,46 @@ public class KFontAction extends KSelectAction {
newKFontAction(text);
}
private native void newKFontAction(String text);
- public KFontAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KFontAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKFontAction(text,cut,receiver,slot,parent,name);
}
- private native void newKFontAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KFontAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKFontAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KFontAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKFontAction(text,cut,receiver,slot,parent);
}
- private native void newKFontAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
- public KFontAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
+ private native void newKFontAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent);
+ public KFontAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKFontAction(text,pix,cut,parent,name);
}
- private native void newKFontAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
- public KFontAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
+ private native void newKFontAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name);
+ public KFontAction(String text, TQIconSet pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKFontAction(text,pix,cut,parent);
}
- private native void newKFontAction(String text, QIconSet pix, KShortcut cut, QObject parent);
- public KFontAction(String text, QIconSet pix, KShortcut cut) {
+ private native void newKFontAction(String text, TQIconSet pix, KShortcut cut, TQObject parent);
+ public KFontAction(String text, TQIconSet pix, KShortcut cut) {
super((Class) null);
newKFontAction(text,pix,cut);
}
- private native void newKFontAction(String text, QIconSet pix, KShortcut cut);
- public KFontAction(String text, QIconSet pix) {
+ private native void newKFontAction(String text, TQIconSet pix, KShortcut cut);
+ public KFontAction(String text, TQIconSet pix) {
super((Class) null);
newKFontAction(text,pix);
}
- private native void newKFontAction(String text, QIconSet pix);
- public KFontAction(String text, String pix, KShortcut cut, QObject parent, String name) {
+ private native void newKFontAction(String text, TQIconSet pix);
+ public KFontAction(String text, String pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKFontAction(text,pix,cut,parent,name);
}
- private native void newKFontAction(String text, String pix, KShortcut cut, QObject parent, String name);
- public KFontAction(String text, String pix, KShortcut cut, QObject parent) {
+ private native void newKFontAction(String text, String pix, KShortcut cut, TQObject parent, String name);
+ public KFontAction(String text, String pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKFontAction(text,pix,cut,parent);
}
- private native void newKFontAction(String text, String pix, KShortcut cut, QObject parent);
+ private native void newKFontAction(String text, String pix, KShortcut cut, TQObject parent);
public KFontAction(String text, String pix, KShortcut cut) {
super((Class) null);
newKFontAction(text,pix,cut);
@@ -84,36 +84,36 @@ public class KFontAction extends KSelectAction {
newKFontAction(text,pix);
}
private native void newKFontAction(String text, String pix);
- public KFontAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KFontAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKFontAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKFontAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KFontAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKFontAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KFontAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKFontAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKFontAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
- public KFontAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ private native void newKFontAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent);
+ public KFontAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKFontAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKFontAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KFontAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKFontAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KFontAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKFontAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKFontAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
- public KFontAction(int fontListCriteria, String text, KShortcut cut, QObject parent, String name) {
+ private native void newKFontAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent);
+ public KFontAction(int fontListCriteria, String text, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKFontAction(fontListCriteria,text,cut,parent,name);
}
- private native void newKFontAction(int fontListCriteria, String text, KShortcut cut, QObject parent, String name);
- public KFontAction(int fontListCriteria, String text, KShortcut cut, QObject parent) {
+ private native void newKFontAction(int fontListCriteria, String text, KShortcut cut, TQObject parent, String name);
+ public KFontAction(int fontListCriteria, String text, KShortcut cut, TQObject parent) {
super((Class) null);
newKFontAction(fontListCriteria,text,cut,parent);
}
- private native void newKFontAction(int fontListCriteria, String text, KShortcut cut, QObject parent);
+ private native void newKFontAction(int fontListCriteria, String text, KShortcut cut, TQObject parent);
public KFontAction(int fontListCriteria, String text, KShortcut cut) {
super((Class) null);
newKFontAction(fontListCriteria,text,cut);
@@ -124,16 +124,16 @@ public class KFontAction extends KSelectAction {
newKFontAction(fontListCriteria,text);
}
private native void newKFontAction(int fontListCriteria, String text);
- public KFontAction(int fontListCriteria, String text, String pix, KShortcut cut, QObject parent, String name) {
+ public KFontAction(int fontListCriteria, String text, String pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKFontAction(fontListCriteria,text,pix,cut,parent,name);
}
- private native void newKFontAction(int fontListCriteria, String text, String pix, KShortcut cut, QObject parent, String name);
- public KFontAction(int fontListCriteria, String text, String pix, KShortcut cut, QObject parent) {
+ private native void newKFontAction(int fontListCriteria, String text, String pix, KShortcut cut, TQObject parent, String name);
+ public KFontAction(int fontListCriteria, String text, String pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKFontAction(fontListCriteria,text,pix,cut,parent);
}
- private native void newKFontAction(int fontListCriteria, String text, String pix, KShortcut cut, QObject parent);
+ private native void newKFontAction(int fontListCriteria, String text, String pix, KShortcut cut, TQObject parent);
public KFontAction(int fontListCriteria, String text, String pix, KShortcut cut) {
super((Class) null);
newKFontAction(fontListCriteria,text,pix,cut);
@@ -144,24 +144,24 @@ public class KFontAction extends KSelectAction {
newKFontAction(fontListCriteria,text,pix);
}
private native void newKFontAction(int fontListCriteria, String text, String pix);
- public KFontAction(QObject parent, String name) {
+ public KFontAction(TQObject parent, String name) {
super((Class) null);
newKFontAction(parent,name);
}
- private native void newKFontAction(QObject parent, String name);
- public KFontAction(QObject parent) {
+ private native void newKFontAction(TQObject parent, String name);
+ public KFontAction(TQObject parent) {
super((Class) null);
newKFontAction(parent);
}
- private native void newKFontAction(QObject parent);
+ private native void newKFontAction(TQObject parent);
public KFontAction() {
super((Class) null);
newKFontAction();
}
private native void newKFontAction();
public native String font();
- public native int plug(QWidget arg1, int index);
- public native int plug(QWidget arg1);
+ public native int plug(TQWidget arg1, int index);
+ public native int plug(TQWidget arg1);
public native void setFont(String family);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;