summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KRecentFilesAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KRecentFilesAction.java')
-rw-r--r--kdejava/koala/org/kde/koala/KRecentFilesAction.java98
1 files changed, 49 insertions, 49 deletions
diff --git a/kdejava/koala/org/kde/koala/KRecentFilesAction.java b/kdejava/koala/org/kde/koala/KRecentFilesAction.java
index f1afaf9c..4cb5e314 100644
--- a/kdejava/koala/org/kde/koala/KRecentFilesAction.java
+++ b/kdejava/koala/org/kde/koala/KRecentFilesAction.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;
/**
@@ -22,7 +22,7 @@ import org.kde.qt.QWidget;
*/
public class KRecentFilesAction extends KListAction {
protected KRecentFilesAction(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
@param text The text that will be displayed.
@@ -32,21 +32,21 @@ public class KRecentFilesAction extends KListAction {
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(String text, KShortcut cut, QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(String text, KShortcut cut, TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(text,cut,parent,name,maxItems);
}
- private native void newKRecentFilesAction(String text, KShortcut cut, QObject parent, String name, int maxItems);
- public KRecentFilesAction(String text, KShortcut cut, QObject parent, String name) {
+ private native void newKRecentFilesAction(String text, KShortcut cut, TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(String text, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(text,cut,parent,name);
}
- private native void newKRecentFilesAction(String text, KShortcut cut, QObject parent, String name);
- public KRecentFilesAction(String text, KShortcut cut, QObject parent) {
+ private native void newKRecentFilesAction(String text, KShortcut cut, TQObject parent, String name);
+ public KRecentFilesAction(String text, KShortcut cut, TQObject parent) {
super((Class) null);
newKRecentFilesAction(text,cut,parent);
}
- private native void newKRecentFilesAction(String text, KShortcut cut, QObject parent);
+ private native void newKRecentFilesAction(String text, KShortcut cut, TQObject parent);
/**
@param text The text that will be displayed.
@param cut The corresponding keyboard accelerator (shortcut).
@@ -58,21 +58,21 @@ public class KRecentFilesAction extends KListAction {
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(text,cut,receiver,slot,parent,name,maxItems);
}
- private native void newKRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems);
- public KRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ private native void newKRecentFilesAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(text,cut,receiver,slot,parent,name);
}
- private native void newKRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKRecentFilesAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KRecentFilesAction(String text, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKRecentFilesAction(text,cut,receiver,slot,parent);
}
- private native void newKRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKRecentFilesAction(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.
@@ -82,21 +82,21 @@ public class KRecentFilesAction extends KListAction {
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,parent,name,maxItems);
}
- private native void newKRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name, int maxItems);
- public KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) {
+ private native void newKRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,parent,name);
}
- private native void newKRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name);
- public KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent) {
+ private native void newKRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject parent, String name);
+ public KRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,parent);
}
- private native void newKRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent);
+ private native void newKRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject parent);
/**
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@@ -106,21 +106,21 @@ public class KRecentFilesAction extends KListAction {
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(String text, String pix, KShortcut cut, QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(String text, String pix, KShortcut cut, TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,parent,name,maxItems);
}
- private native void newKRecentFilesAction(String text, String pix, KShortcut cut, QObject parent, String name, int maxItems);
- public KRecentFilesAction(String text, String pix, KShortcut cut, QObject parent, String name) {
+ private native void newKRecentFilesAction(String text, String pix, KShortcut cut, TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(String text, String pix, KShortcut cut, TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,parent,name);
}
- private native void newKRecentFilesAction(String text, String pix, KShortcut cut, QObject parent, String name);
- public KRecentFilesAction(String text, String pix, KShortcut cut, QObject parent) {
+ private native void newKRecentFilesAction(String text, String pix, KShortcut cut, TQObject parent, String name);
+ public KRecentFilesAction(String text, String pix, KShortcut cut, TQObject parent) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,parent);
}
- private native void newKRecentFilesAction(String text, String pix, KShortcut cut, QObject parent);
+ private native void newKRecentFilesAction(String text, String pix, KShortcut cut, TQObject parent);
/**
@param text The text that will be displayed.
@param pix The icons that go with this action.
@@ -133,21 +133,21 @@ public class KRecentFilesAction extends KListAction {
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,receiver,slot,parent,name,maxItems);
}
- private native void newKRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems);
- public KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ private native void newKRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KRecentFilesAction(String text, TQIconSet pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKRecentFilesAction(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.
@@ -160,49 +160,49 @@ public class KRecentFilesAction extends KListAction {
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,receiver,slot,parent,name,maxItems);
}
- private native void newKRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems);
- public KRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) {
+ private native void newKRecentFilesAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,receiver,slot,parent,name);
}
- private native void newKRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name);
- public KRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) {
+ private native void newKRecentFilesAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent, String name);
+ public KRecentFilesAction(String text, String pix, KShortcut cut, TQObject receiver, String slot, TQObject parent) {
super((Class) null);
newKRecentFilesAction(text,pix,cut,receiver,slot,parent);
}
- private native void newKRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent);
+ private native void newKRecentFilesAction(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.
@param maxItems The maximum number of files to display
@short
*/
- public KRecentFilesAction(QObject parent, String name, int maxItems) {
+ public KRecentFilesAction(TQObject parent, String name, int maxItems) {
super((Class) null);
newKRecentFilesAction(parent,name,maxItems);
}
- private native void newKRecentFilesAction(QObject parent, String name, int maxItems);
- public KRecentFilesAction(QObject parent, String name) {
+ private native void newKRecentFilesAction(TQObject parent, String name, int maxItems);
+ public KRecentFilesAction(TQObject parent, String name) {
super((Class) null);
newKRecentFilesAction(parent,name);
}
- private native void newKRecentFilesAction(QObject parent, String name);
- public KRecentFilesAction(QObject parent) {
+ private native void newKRecentFilesAction(TQObject parent, String name);
+ public KRecentFilesAction(TQObject parent) {
super((Class) null);
newKRecentFilesAction(parent);
}
- private native void newKRecentFilesAction(QObject parent);
+ private native void newKRecentFilesAction(TQObject parent);
public KRecentFilesAction() {
super((Class) null);
newKRecentFilesAction();
}
private native void newKRecentFilesAction();
- 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 maximum of items in the recent files list.
@short Returns the maximum of items in the recent files list.