summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDataToolInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDataToolInfo.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDataToolInfo.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/kdejava/koala/org/kde/koala/KDataToolInfo.java b/kdejava/koala/org/kde/koala/KDataToolInfo.java
index 7b678164..594b32d9 100644
--- a/kdejava/koala/org/kde/koala/KDataToolInfo.java
+++ b/kdejava/koala/org/kde/koala/KDataToolInfo.java
@@ -3,7 +3,7 @@ package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
-import org.kde.qt.QObject;
+import org.kde.qt.TQObject;
import java.util.ArrayList;
/**
@@ -48,7 +48,7 @@ public class KDataToolInfo implements QtSupport {
/**
Returns the data type that the DataTool can accept.
@return the C++ data type that this DataTool accepts.
- For example "String" or "QImage" or something more
+ For example "String" or "TQImage" or something more
complicated.
@short Returns the data type that the DataTool can accept.
@@ -82,7 +82,7 @@ public class KDataToolInfo implements QtSupport {
*/
public native String iconName();
/**
- Returns a list of strings that you can put in a QPopupMenu item, for example to
+ Returns a list of strings that you can put in a TQPopupMenu item, for example to
offer the DataTools services to the user. The returned value
is usually something like "Spell checking", "Shrink Image", "Rotate Image"
or something like that.
@@ -90,9 +90,9 @@ public class KDataToolInfo implements QtSupport {
(so that it can be translated).
Each of the strings returned corresponds to a string in the list returned by
commands.
- @return a list of strings that you can put in a QPopupMenu item
+ @return a list of strings that you can put in a TQPopupMenu item
- @short Returns a list of strings that you can put in a QPopupMenu item, for example to offer the DataTools services to the user.
+ @short Returns a list of strings that you can put in a TQPopupMenu item, for example to offer the DataTools services to the user.
*/
public native ArrayList userCommands();
/**
@@ -109,14 +109,14 @@ public class KDataToolInfo implements QtSupport {
public native ArrayList commands();
/**
Creates the data tool described by this KDataToolInfo.
- @param parent the parent of the QObject (or 0 for parent-less KDataTools)
- @param name the name of the QObject, can be 0
+ @param parent the parent of the TQObject (or 0 for parent-less KDataTools)
+ @param name the name of the TQObject, can be 0
@return a pointer to the created data tool or 0 on error.
@short Creates the data tool described by this KDataToolInfo.
*/
- public native KDataTool createTool(QObject parent, String name);
- public native KDataTool createTool(QObject parent);
+ public native KDataTool createTool(TQObject parent, String name);
+ public native KDataTool createTool(TQObject parent);
public native KDataTool createTool();
/**
The KDataToolInfo's service that is represented by this class.
@@ -150,7 +150,7 @@ public class KDataToolInfo implements QtSupport {
@short Queries the KTrader about installed KDataTool implementations.
*/
- // QValueList<KDataToolInfo> query(const QString& arg1,const QString& arg2,KInstance* arg3); >>>> NOT CONVERTED
+ // TQValueList<KDataToolInfo> query(const TQString& arg1,const TQString& arg2,KInstance* arg3); >>>> NOT CONVERTED
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */