summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KServiceTypeProfile.java')
-rw-r--r--kdejava/koala/org/kde/koala/KServiceTypeProfile.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KServiceTypeProfile.java b/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
index 15f9fd2a..eb6b4da4 100644
--- a/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
+++ b/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
@@ -42,7 +42,7 @@ public class KServiceTypeProfile implements QtSupport {
@short Returns the preferred service for <code>_serviceType</code> and <code>_genericServiceType</code> ("Application", type of component, or null).
*/
- // KService::Ptr preferredService(const QString& arg1,const QString& arg2); >>>> NOT CONVERTED
+ // KService::Ptr preferredService(const TQString& arg1,const TQString& arg2); >>>> NOT CONVERTED
/**
Returns the profile for the requested service type.
@param servicetype the service type (e.g. a MIME type)
@@ -74,15 +74,15 @@ public class KServiceTypeProfile implements QtSupport {
@short Returns the offers associated with a given servicetype, sorted by preference.
*/
- // KServiceTypeProfile::OfferList offers(const QString& arg1,const QString& arg2); >>>> NOT CONVERTED
- // KServiceTypeProfile::OfferList offers(const QString& arg1); >>>> NOT CONVERTED
+ // KServiceTypeProfile::OfferList offers(const TQString& arg1,const TQString& arg2); >>>> NOT CONVERTED
+ // KServiceTypeProfile::OfferList offers(const TQString& arg1); >>>> NOT CONVERTED
/**
Returns a list of all KServiceTypeProfiles.
@return a list of all KServiceTypeProfiles
@short Returns a list of all KServiceTypeProfiles.
*/
- // const QPtrList<KServiceTypeProfile>& serviceTypeProfiles(); >>>> NOT CONVERTED
+ // const TQPtrList<KServiceTypeProfile>& serviceTypeProfiles(); >>>> NOT CONVERTED
/**
Clear all cached information
@short Clear all cached information