summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KSelectAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KSelectAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KSelectAction.java82
1 files changed, 41 insertions, 41 deletions
diff --git a/kdejava/koala/org/kde/koala/KSelectAction.java b/kdejava/koala/org/kde/koala/KSelectAction.java
index 0ef08643..cf779ef8 100644
--- a/kdejava/koala/org/kde/koala/KSelectAction.java
+++ b/kdejava/koala/org/kde/koala/KSelectAction.java
@@ -2,13 +2,13 @@
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.QPopupMenu;
+import org.kde.qt.TQObject;
+import org.kde.qt.TQPopupMenu;
import java.util.ArrayList;
-import org.kde.qt.QIconSet;
-import org.kde.qt.QWidget;
+import org.kde.qt.TQIconSet;
+import org.kde.qt.TQWidget;
/**
@@ -24,7 +24,7 @@ import org.kde.qt.QWidget;
*/
public class KSelectAction extends KAction {
protected KSelectAction(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
Constructs a select action with text and potential keyboard
@@ -36,16 +36,16 @@ public class KSelectAction extends KAction {
@param name An internal name for this action.
@short Constructs a select action with text and potential keyboard accelerator but nothing else.
*/
- public KSelectAction(String text, KShortcut cut, QObject parent, String name) {
+ public KSelectAction(String text, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKSelectAction(text,cut,parent,name);
}
- private native void newKSelectAction(String text, KShortcut cut, QObject parent, String name);
- public KSelectAction(String text, KShortcut cut, QObject parent) {
+ private native void newKSelectAction(String text, KShortcut cut, TQObject parent, String name);
+ public KSelectAction(String text, KShortcut cut, TQObject parent) {
super((Class) null);
newKSelectAction(text,cut,parent);
}
- private native void newKSelectAction(String text, KShortcut cut, QObject parent);
+ private native void newKSelectAction(String text, KShortcut cut, TQObject parent);
public KSelectAction(String text, KShortcut cut) {
super((Class) null);
newKSelectAction(text,cut);
@@ -65,16 +65,16 @@ public class KSelectAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KSelectAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KSelectAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKSelectAction(text,cut,receiver,slot,parent,name);
}
- private native void newKSelectAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KSelectAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKSelectAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KSelectAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKSelectAction(text,cut,receiver,slot,parent);
}
- private native void newKSelectAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKSelectAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent);
/**
@param text The text that will be displayed.
@param pix The icons that go with this action.
@@ -83,26 +83,26 @@ public class KSelectAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KSelectAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
+ public KSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKSelectAction(text,pix,cut,parent,name);
}
- private native void newKSelectAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
- public KSelectAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
+ private native void newKSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name);
+ public KSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKSelectAction(text,pix,cut,parent);
}
- private native void newKSelectAction(String text, QIconSet pix, KShortcut cut, QObject parent);
- public KSelectAction(String text, QIconSet pix, KShortcut cut) {
+ private native void newKSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject parent);
+ public KSelectAction(String text, TQIconSet pix, KShortcut cut) {
super((Class) null);
newKSelectAction(text,pix,cut);
}
- private native void newKSelectAction(String text, QIconSet pix, KShortcut cut);
- public KSelectAction(String text, QIconSet pix) {
+ private native void newKSelectAction(String text, TQIconSet pix, KShortcut cut);
+ public KSelectAction(String text, TQIconSet pix) {
super((Class) null);
newKSelectAction(text,pix);
}
- private native void newKSelectAction(String text, QIconSet pix);
+ private native void newKSelectAction(String text, TQIconSet pix);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@@ -111,16 +111,16 @@ public class KSelectAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KSelectAction(String text, String pix, KShortcut cut, QObject parent, String name) {
+ public KSelectAction(String text, String pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKSelectAction(text,pix,cut,parent,name);
}
- private native void newKSelectAction(String text, String pix, KShortcut cut, QObject parent, String name);
- public KSelectAction(String text, String pix, KShortcut cut, QObject parent) {
+ private native void newKSelectAction(String text, String pix, KShortcut cut, TQObject parent, String name);
+ public KSelectAction(String text, String pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKSelectAction(text,pix,cut,parent);
}
- private native void newKSelectAction(String text, String pix, KShortcut cut, QObject parent);
+ private native void newKSelectAction(String text, String pix, KShortcut cut, TQObject parent);
public KSelectAction(String text, String pix, KShortcut cut) {
super((Class) null);
newKSelectAction(text,pix,cut);
@@ -141,16 +141,16 @@ public class KSelectAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KSelectAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKSelectAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKSelectAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KSelectAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKSelectAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKSelectAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKSelectAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@@ -161,31 +161,31 @@ public class KSelectAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KSelectAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KSelectAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKSelectAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKSelectAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KSelectAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKSelectAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KSelectAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKSelectAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKSelectAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKSelectAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent);
/**
@param parent This action's parent.
@param name An internal name for this action.
@short
*/
- public KSelectAction(QObject parent, String name) {
+ public KSelectAction(TQObject parent, String name) {
super((Class) null);
newKSelectAction(parent,name);
}
- private native void newKSelectAction(QObject parent, String name);
- public KSelectAction(QObject parent) {
+ private native void newKSelectAction(TQObject parent, String name);
+ public KSelectAction(TQObject parent) {
super((Class) null);
newKSelectAction(parent);
}
- private native void newKSelectAction(QObject parent);
+ private native void newKSelectAction(TQObject parent);
public KSelectAction() {
super((Class) null);
newKSelectAction();
@@ -201,8 +201,8 @@ public class KSelectAction extends KAction {
@param index The index of the item.
@short "Plug" or insert this action into a given widget.
*/
- public native int plug(QWidget widget, int index);
- public native int plug(QWidget widget);
+ public native int plug(TQWidget widget, int index);
+ public native int plug(TQWidget widget);
/**
When this action is plugged into a toolbar, it creates a combobox.
@return true if the combo editable.
@@ -250,7 +250,7 @@ public class KSelectAction extends KAction {
Returns a pointer to the popup menu used by this action.
@short Returns a pointer to the popup menu used by this action.
*/
- public native QPopupMenu popupMenu();
+ public native TQPopupMenu popupMenu();
public native boolean removeAmpersandsInCombo();
/**
Sets whether any occurrence of the ampersand character ( & ) in items