summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDEDesktopMimeType.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDEDesktopMimeType.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDEDesktopMimeType.java32
1 files changed, 16 insertions, 16 deletions
diff --git a/kdejava/koala/org/kde/koala/KDEDesktopMimeType.java b/kdejava/koala/org/kde/koala/KDEDesktopMimeType.java
index fbd96250..ead7e1dc 100644
--- a/kdejava/koala/org/kde/koala/KDEDesktopMimeType.java
+++ b/kdejava/koala/org/kde/koala/KDEDesktopMimeType.java
@@ -3,8 +3,8 @@ package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
-import org.kde.qt.QDataStream;
-import org.kde.qt.QPixmap;
+import org.kde.qt.TQDataStream;
+import org.kde.qt.TQPixmap;
import java.util.ArrayList;
/**
@@ -32,17 +32,17 @@ public class KDEDesktopMimeType extends KMimeType {
private native void newKDEDesktopMimeType(KDesktopFile config);
/** \internal @short \internal
*/
- public KDEDesktopMimeType(QDataStream _str, int offset) {
+ public KDEDesktopMimeType(TQDataStream _str, int offset) {
super((Class) null);
newKDEDesktopMimeType(_str,offset);
}
- private native void newKDEDesktopMimeType(QDataStream _str, int offset);
+ private native void newKDEDesktopMimeType(TQDataStream _str, int offset);
public native String icon(String _url, boolean _is_local);
public native String icon(KURL _url, boolean _is_local);
- public native QPixmap pixmap(KURL _url, int _group, int _force_size, int _state, StringBuffer _path);
- public native QPixmap pixmap(KURL _url, int _group, int _force_size, int _state);
- public native QPixmap pixmap(KURL _url, int _group, int _force_size);
- public native QPixmap pixmap(KURL _url, int _group);
+ public native TQPixmap pixmap(KURL _url, int _group, int _force_size, int _state, StringBuffer _path);
+ public native TQPixmap pixmap(KURL _url, int _group, int _force_size, int _state);
+ public native TQPixmap pixmap(KURL _url, int _group, int _force_size);
+ public native TQPixmap pixmap(KURL _url, int _group);
public native String comment(String _url, boolean _is_local);
public native String comment(KURL _url, boolean _is_local);
/**
@@ -52,7 +52,7 @@ public class KDEDesktopMimeType extends KMimeType {
@short Returns a list of services for the given .
*/
- // QValueList<KDEDesktopMimeType::Service> builtinServices(const KURL& arg1); >>>> NOT CONVERTED
+ // TQValueList<KDEDesktopMimeType::Service> builtinServices(const KURL& arg1); >>>> NOT CONVERTED
/**
Returns a list of services defined by the user as possible actions
on the given .desktop file. May include empty actions which represent where
@@ -65,20 +65,20 @@ public class KDEDesktopMimeType extends KMimeType {
@short Returns a list of services defined by the user as possible actions on the given .
*/
- // QValueList<KDEDesktopMimeType::Service> userDefinedServices(const QString& arg1,bool arg2); >>>> NOT CONVERTED
+ // TQValueList<KDEDesktopMimeType::Service> userDefinedServices(const TQString& arg1,bool arg2); >>>> NOT CONVERTED
/**
Overload of userDefinedServices for speed purposes: it takes a KConfig so that
the caller can check things in the file without having it parsed twice.
@short Overload of userDefinedServices for speed purposes: it takes a KConfig so that the caller can check things in the file without having it parsed twice.
*/
- // QValueList<KDEDesktopMimeType::Service> userDefinedServices(const QString& arg1,KConfig& arg2,bool arg3); >>>> NOT CONVERTED
+ // TQValueList<KDEDesktopMimeType::Service> userDefinedServices(const TQString& arg1,KConfig& arg2,bool arg3); >>>> NOT CONVERTED
/**
Overload of userDefinedServices but also allows you to pass a list of urls for this file.
This allows for the menu to be changed depending on the exact files via
the X-KDE-GetActionMenu extension.
@short Overload of userDefinedServices but also allows you to pass a list of urls for this file.
*/
- // QValueList<KDEDesktopMimeType::Service> userDefinedServices(const QString& arg1,KConfig& arg2,bool arg3,const KURL::List& arg4); >>>> NOT CONVERTED
+ // TQValueList<KDEDesktopMimeType::Service> userDefinedServices(const TQString& arg1,KConfig& arg2,bool arg3,const KURL::List& arg4); >>>> NOT CONVERTED
/**
Execute <code>service</code> on the list of <code>urls.</code>
@param urls the list of urls
@@ -99,10 +99,10 @@ public class KDEDesktopMimeType extends KMimeType {
@see KRun#runURL
*/
public static native int run(KURL _url, boolean _is_local);
- public native QPixmap pixmap(int group, int force_size, int state, StringBuffer path);
- public native QPixmap pixmap(int group, int force_size, int state);
- public native QPixmap pixmap(int group, int force_size);
- public native QPixmap pixmap(int group);
+ public native TQPixmap pixmap(int group, int force_size, int state, StringBuffer path);
+ public native TQPixmap pixmap(int group, int force_size, int state);
+ public native TQPixmap pixmap(int group, int force_size);
+ public native TQPixmap pixmap(int group);
protected static native int runFSDevice(KURL _url, KSimpleConfig cfg);
protected static native int runApplication(KURL _url, String _serviceFile);
protected static native int runLink(KURL _url, KSimpleConfig cfg);