summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KToggleAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KToggleAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KToggleAction.java78
1 files changed, 39 insertions, 39 deletions
diff --git a/kdejava/koala/org/kde/koala/KToggleAction.java b/kdejava/koala/org/kde/koala/KToggleAction.java
index d4b0a3e5..d09d7bdc 100644
--- a/kdejava/koala/org/kde/koala/KToggleAction.java
+++ b/kdejava/koala/org/kde/koala/KToggleAction.java
@@ -2,11 +2,11 @@
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;
/**
@@ -18,7 +18,7 @@ import org.kde.qt.QWidget;
*/
public class KToggleAction extends KAction {
protected KToggleAction(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
Constructs a toggle action with text and potential keyboard
@@ -30,16 +30,16 @@ public class KToggleAction extends KAction {
@param name An internal name for this action.
@short Constructs a toggle action with text and potential keyboard accelerator but nothing else.
*/
- public KToggleAction(String text, KShortcut cut, QObject parent, String name) {
+ public KToggleAction(String text, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKToggleAction(text,cut,parent,name);
}
- private native void newKToggleAction(String text, KShortcut cut, QObject parent, String name);
- public KToggleAction(String text, KShortcut cut, QObject parent) {
+ private native void newKToggleAction(String text, KShortcut cut, TQObject parent, String name);
+ public KToggleAction(String text, KShortcut cut, TQObject parent) {
super((Class) null);
newKToggleAction(text,cut,parent);
}
- private native void newKToggleAction(String text, KShortcut cut, QObject parent);
+ private native void newKToggleAction(String text, KShortcut cut, TQObject parent);
public KToggleAction(String text, KShortcut cut) {
super((Class) null);
newKToggleAction(text,cut);
@@ -59,16 +59,16 @@ public class KToggleAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KToggleAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KToggleAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKToggleAction(text,cut,receiver,slot,parent,name);
}
- private native void newKToggleAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KToggleAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKToggleAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KToggleAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKToggleAction(text,cut,receiver,slot,parent);
}
- private native void newKToggleAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKToggleAction(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.
@@ -77,26 +77,26 @@ public class KToggleAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KToggleAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
+ public KToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKToggleAction(text,pix,cut,parent,name);
}
- private native void newKToggleAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
- public KToggleAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
+ private native void newKToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name);
+ public KToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKToggleAction(text,pix,cut,parent);
}
- private native void newKToggleAction(String text, QIconSet pix, KShortcut cut, QObject parent);
- public KToggleAction(String text, QIconSet pix, KShortcut cut) {
+ private native void newKToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject parent);
+ public KToggleAction(String text, TQIconSet pix, KShortcut cut) {
super((Class) null);
newKToggleAction(text,pix,cut);
}
- private native void newKToggleAction(String text, QIconSet pix, KShortcut cut);
- public KToggleAction(String text, QIconSet pix) {
+ private native void newKToggleAction(String text, TQIconSet pix, KShortcut cut);
+ public KToggleAction(String text, TQIconSet pix) {
super((Class) null);
newKToggleAction(text,pix);
}
- private native void newKToggleAction(String text, QIconSet pix);
+ private native void newKToggleAction(String text, TQIconSet pix);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@@ -105,16 +105,16 @@ public class KToggleAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KToggleAction(String text, String pix, KShortcut cut, QObject parent, String name) {
+ public KToggleAction(String text, String pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKToggleAction(text,pix,cut,parent,name);
}
- private native void newKToggleAction(String text, String pix, KShortcut cut, QObject parent, String name);
- public KToggleAction(String text, String pix, KShortcut cut, QObject parent) {
+ private native void newKToggleAction(String text, String pix, KShortcut cut, TQObject parent, String name);
+ public KToggleAction(String text, String pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKToggleAction(text,pix,cut,parent);
}
- private native void newKToggleAction(String text, String pix, KShortcut cut, QObject parent);
+ private native void newKToggleAction(String text, String pix, KShortcut cut, TQObject parent);
public KToggleAction(String text, String pix, KShortcut cut) {
super((Class) null);
newKToggleAction(text,pix,cut);
@@ -135,16 +135,16 @@ public class KToggleAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KToggleAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKToggleAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKToggleAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KToggleAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KToggleAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKToggleAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKToggleAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKToggleAction(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.
@@ -155,31 +155,31 @@ public class KToggleAction extends KAction {
@param name An internal name for this action.
@short
*/
- public KToggleAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KToggleAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKToggleAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKToggleAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KToggleAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKToggleAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KToggleAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKToggleAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKToggleAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKToggleAction(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 KToggleAction(QObject parent, String name) {
+ public KToggleAction(TQObject parent, String name) {
super((Class) null);
newKToggleAction(parent,name);
}
- private native void newKToggleAction(QObject parent, String name);
- public KToggleAction(QObject parent) {
+ private native void newKToggleAction(TQObject parent, String name);
+ public KToggleAction(TQObject parent) {
super((Class) null);
newKToggleAction(parent);
}
- private native void newKToggleAction(QObject parent);
+ private native void newKToggleAction(TQObject parent);
public KToggleAction() {
super((Class) null);
newKToggleAction();
@@ -195,8 +195,8 @@ public class KToggleAction 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);
/**
Returns the actual state of the action.
@short Returns the actual state of the action.