summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KServiceGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KServiceGroup.java')
-rw-r--r--kdejava/koala/org/kde/koala/KServiceGroup.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdejava/koala/org/kde/koala/KServiceGroup.java b/kdejava/koala/org/kde/koala/KServiceGroup.java
index ca384e15..87e08a23 100644
--- a/kdejava/koala/org/kde/koala/KServiceGroup.java
+++ b/kdejava/koala/org/kde/koala/KServiceGroup.java
@@ -3,7 +3,7 @@ package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
-import org.kde.qt.QDataStream;
+import org.kde.qt.TQDataStream;
import java.util.ArrayList;
/**
@@ -63,11 +63,11 @@ public class KServiceGroup extends KSycocaEntry {
The stream must already be positionned at the correct offset
@short
*/
- public KServiceGroup(QDataStream _str, int offset, boolean deep) {
+ public KServiceGroup(TQDataStream _str, int offset, boolean deep) {
super((Class) null);
newKServiceGroup(_str,offset,deep);
}
- private native void newKServiceGroup(QDataStream _str, int offset, boolean deep);
+ private native void newKServiceGroup(TQDataStream _str, int offset, boolean deep);
/**
Checks whether the entry is valid, returns always true.
@return true
@@ -186,12 +186,12 @@ public class KServiceGroup extends KSycocaEntry {
Load the service from a stream.
@short
*/
- public native void load(QDataStream arg1);
+ public native void load(TQDataStream arg1);
/**
Save the service to a stream.
@short
*/
- public native void save(QDataStream arg1);
+ public native void save(TQDataStream arg1);
/**
List of all Services and ServiceGroups within this
ServiceGroup.
@@ -246,7 +246,7 @@ public class KServiceGroup extends KSycocaEntry {
@short Returns the group for the given baseGroupName.
*/
- // KServiceGroup::Ptr baseGroup(const QString& arg1); >>>> NOT CONVERTED
+ // KServiceGroup::Ptr baseGroup(const TQString& arg1); >>>> NOT CONVERTED
/**
Returns the root service group.
@return the root service group
@@ -261,7 +261,7 @@ public class KServiceGroup extends KSycocaEntry {
@short Returns the group with the given relative path.
*/
- // KServiceGroup::Ptr group(const QString& arg1); >>>> NOT CONVERTED
+ // KServiceGroup::Ptr group(const TQString& arg1); >>>> NOT CONVERTED
/**
Returns the group of services that have X-KDE-ParentApp equal
to <code>parent</code> (siblings).
@@ -270,7 +270,7 @@ public class KServiceGroup extends KSycocaEntry {
@short Returns the group of services that have X-KDE-ParentApp equal to <code>parent</code> (siblings).
*/
- // KServiceGroup::Ptr childGroup(const QString& arg1); >>>> NOT CONVERTED
+ // KServiceGroup::Ptr childGroup(const TQString& arg1); >>>> NOT CONVERTED
/**
Add a service to this group
@short