summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KServiceTypeProfile.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /kdejava/koala/org/kde/koala/KServiceTypeProfile.java
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
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