summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KListAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KListAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KListAction.java72
1 files changed, 36 insertions, 36 deletions
diff --git a/kdejava/koala/org/kde/koala/KListAction.java b/kdejava/koala/org/kde/koala/KListAction.java
index bc34a103..c7efc164 100644
--- a/kdejava/koala/org/kde/koala/KListAction.java
+++ b/kdejava/koala/org/kde/koala/KListAction.java
@@ -2,10 +2,10 @@
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.TQObject;
+import org.kde.qt.TQIconSet;
/**
@@ -14,7 +14,7 @@ import org.kde.qt.QIconSet;
*/
public class KListAction extends KSelectAction {
protected KListAction(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
Constructs a list action with text and potential keyboard
@@ -26,16 +26,16 @@ public class KListAction extends KSelectAction {
@param name An internal name for this action.
@short Constructs a list action with text and potential keyboard accelerator but nothing else.
*/
- public KListAction(String text, KShortcut cut, QObject parent, String name) {
+ public KListAction(String text, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKListAction(text,cut,parent,name);
}
- private native void newKListAction(String text, KShortcut cut, QObject parent, String name);
- public KListAction(String text, KShortcut cut, QObject parent) {
+ private native void newKListAction(String text, KShortcut cut, TQObject parent, String name);
+ public KListAction(String text, KShortcut cut, TQObject parent) {
super((Class) null);
newKListAction(text,cut,parent);
}
- private native void newKListAction(String text, KShortcut cut, QObject parent);
+ private native void newKListAction(String text, KShortcut cut, TQObject parent);
public KListAction(String text, KShortcut cut) {
super((Class) null);
newKListAction(text,cut);
@@ -55,16 +55,16 @@ public class KListAction extends KSelectAction {
@param name An internal name for this action.
@short
*/
- public KListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KListAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKListAction(text,cut,receiver,slot,parent,name);
}
- private native void newKListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKListAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KListAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKListAction(text,cut,receiver,slot,parent);
}
- private native void newKListAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKListAction(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.
@@ -73,26 +73,26 @@ public class KListAction extends KSelectAction {
@param name An internal name for this action.
@short
*/
- public KListAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
+ public KListAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKListAction(text,pix,cut,parent,name);
}
- private native void newKListAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
- public KListAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
+ private native void newKListAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name);
+ public KListAction(String text, TQIconSet pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKListAction(text,pix,cut,parent);
}
- private native void newKListAction(String text, QIconSet pix, KShortcut cut, QObject parent);
- public KListAction(String text, QIconSet pix, KShortcut cut) {
+ private native void newKListAction(String text, TQIconSet pix, KShortcut cut, TQObject parent);
+ public KListAction(String text, TQIconSet pix, KShortcut cut) {
super((Class) null);
newKListAction(text,pix,cut);
}
- private native void newKListAction(String text, QIconSet pix, KShortcut cut);
- public KListAction(String text, QIconSet pix) {
+ private native void newKListAction(String text, TQIconSet pix, KShortcut cut);
+ public KListAction(String text, TQIconSet pix) {
super((Class) null);
newKListAction(text,pix);
}
- private native void newKListAction(String text, QIconSet pix);
+ private native void newKListAction(String text, TQIconSet pix);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@@ -101,16 +101,16 @@ public class KListAction extends KSelectAction {
@param name An internal name for this action.
@short
*/
- public KListAction(String text, String pix, KShortcut cut, QObject parent, String name) {
+ public KListAction(String text, String pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKListAction(text,pix,cut,parent,name);
}
- private native void newKListAction(String text, String pix, KShortcut cut, QObject parent, String name);
- public KListAction(String text, String pix, KShortcut cut, QObject parent) {
+ private native void newKListAction(String text, String pix, KShortcut cut, TQObject parent, String name);
+ public KListAction(String text, String pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKListAction(text,pix,cut,parent);
}
- private native void newKListAction(String text, String pix, KShortcut cut, QObject parent);
+ private native void newKListAction(String text, String pix, KShortcut cut, TQObject parent);
public KListAction(String text, String pix, KShortcut cut) {
super((Class) null);
newKListAction(text,pix,cut);
@@ -131,16 +131,16 @@ public class KListAction extends KSelectAction {
@param name An internal name for this action.
@short
*/
- public KListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KListAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKListAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKListAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KListAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKListAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKListAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKListAction(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.
@@ -151,31 +151,31 @@ public class KListAction extends KSelectAction {
@param name An internal name for this action.
@short
*/
- public KListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ public KListAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKListAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKListAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KListAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKListAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKListAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKListAction(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 KListAction(QObject parent, String name) {
+ public KListAction(TQObject parent, String name) {
super((Class) null);
newKListAction(parent,name);
}
- private native void newKListAction(QObject parent, String name);
- public KListAction(QObject parent) {
+ private native void newKListAction(TQObject parent, String name);
+ public KListAction(TQObject parent) {
super((Class) null);
newKListAction(parent);
}
- private native void newKListAction(QObject parent);
+ private native void newKListAction(TQObject parent);
public KListAction() {
super((Class) null);
newKListAction();