summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KKeyDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KKeyDialog.java')
-rw-r--r--kdejava/koala/org/kde/koala/KKeyDialog.java38
1 files changed, 19 insertions, 19 deletions
diff --git a/kdejava/koala/org/kde/koala/KKeyDialog.java b/kdejava/koala/org/kde/koala/KKeyDialog.java
index ed927738..7fc1247d 100644
--- a/kdejava/koala/org/kde/koala/KKeyDialog.java
+++ b/kdejava/koala/org/kde/koala/KKeyDialog.java
@@ -2,9 +2,9 @@
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.QWidget;
+import org.kde.qt.TQWidget;
/**
@@ -23,7 +23,7 @@ import org.kde.qt.QWidget;
*/
public class KKeyDialog extends KDialogBase {
protected KKeyDialog(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
Constructs a KKeyDialog called <code>name</code> as a child of <code>parent.</code>
@@ -31,16 +31,16 @@ public class KKeyDialog extends KDialogBase {
keys ('A', '1', etc.) are not permissible shortcuts.
@short Constructs a KKeyDialog called <code>name</code> as a child of <code>parent.</code>
*/
- public KKeyDialog(boolean bAllowLetterShortcuts, QWidget parent, String name) {
+ public KKeyDialog(boolean bAllowLetterShortcuts, TQWidget parent, String name) {
super((Class) null);
newKKeyDialog(bAllowLetterShortcuts,parent,name);
}
- private native void newKKeyDialog(boolean bAllowLetterShortcuts, QWidget parent, String name);
- public KKeyDialog(boolean bAllowLetterShortcuts, QWidget parent) {
+ private native void newKKeyDialog(boolean bAllowLetterShortcuts, TQWidget parent, String name);
+ public KKeyDialog(boolean bAllowLetterShortcuts, TQWidget parent) {
super((Class) null);
newKKeyDialog(bAllowLetterShortcuts,parent);
}
- private native void newKKeyDialog(boolean bAllowLetterShortcuts, QWidget parent);
+ private native void newKKeyDialog(boolean bAllowLetterShortcuts, TQWidget parent);
public KKeyDialog(boolean bAllowLetterShortcuts) {
super((Class) null);
newKKeyDialog(bAllowLetterShortcuts);
@@ -98,8 +98,8 @@ public class KKeyDialog extends KDialogBase {
@short Pops up a modal dialog for configuring key settings.
*/
- public static native int configure(KActionCollection coll, QWidget parent, boolean bSaveSettings);
- public static native int configure(KActionCollection coll, QWidget parent);
+ public static native int configure(KActionCollection coll, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(KActionCollection coll, TQWidget parent);
public static native int configure(KActionCollection coll);
/**
This is an overloaded member function, provided for convenience.
@@ -107,16 +107,16 @@ public class KKeyDialog extends KDialogBase {
are saved to a .rc file using KConfig.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KAccel keys, QWidget parent, boolean bSaveSettings);
- public static native int configure(KAccel keys, QWidget parent);
+ public static native int configure(KAccel keys, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(KAccel keys, TQWidget parent);
public static native int configure(KAccel keys);
/**
This is an overloaded member function, provided for convenience.
It behaves essentially like the above function.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KGlobalAccel keys, QWidget parent, boolean bSaveSettings);
- public static native int configure(KGlobalAccel keys, QWidget parent);
+ public static native int configure(KGlobalAccel keys, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(KGlobalAccel keys, TQWidget parent);
public static native int configure(KGlobalAccel keys);
/**
This is an overloaded member function, provided for convenience.
@@ -129,24 +129,24 @@ public class KKeyDialog extends KDialogBase {
the uirc file which they were intially read from.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KActionCollection coll, boolean bAllowLetterShortcuts, QWidget parent, boolean bSaveSettings);
- public static native int configure(KActionCollection coll, boolean bAllowLetterShortcuts, QWidget parent);
+ public static native int configure(KActionCollection coll, boolean bAllowLetterShortcuts, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(KActionCollection coll, boolean bAllowLetterShortcuts, TQWidget parent);
public static native int configure(KActionCollection coll, boolean bAllowLetterShortcuts);
/**
This is an overloaded member function, provided for convenience.
It behaves essentially like the above function.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KAccel keys, boolean bAllowLetterShortcuts, QWidget parent, boolean bSaveSettings);
- public static native int configure(KAccel keys, boolean bAllowLetterShortcuts, QWidget parent);
+ public static native int configure(KAccel keys, boolean bAllowLetterShortcuts, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(KAccel keys, boolean bAllowLetterShortcuts, TQWidget parent);
public static native int configure(KAccel keys, boolean bAllowLetterShortcuts);
/**
This is an overloaded member function, provided for convenience.
It behaves essentially like the above function.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, QWidget parent, boolean bSaveSettings);
- public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, QWidget parent);
+ public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, TQWidget parent);
public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;