summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KServiceTypeProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KServiceTypeProfile.cpp')
-rw-r--r--kdejava/koala/kdejava/KServiceTypeProfile.cpp42
1 files changed, 21 insertions, 21 deletions
diff --git a/kdejava/koala/kdejava/KServiceTypeProfile.cpp b/kdejava/koala/kdejava/KServiceTypeProfile.cpp
index 965ed01e..ca937726 100644
--- a/kdejava/koala/kdejava/KServiceTypeProfile.cpp
+++ b/kdejava/koala/kdejava/KServiceTypeProfile.cpp
@@ -10,17 +10,17 @@
class KServiceTypeProfileJBridge : public KServiceTypeProfile
{
public:
- KServiceTypeProfileJBridge(const TTQString& arg1,const TTQString& arg2) : KServiceTypeProfile(arg1,arg2) {};
- KServiceTypeProfileJBridge(const TTQString& arg1) : KServiceTypeProfile(arg1) {};
- void protected_addService(const TTQString& arg1,int arg2,bool arg3) {
+ KServiceTypeProfileJBridge(const TQString& arg1,const TQString& arg2) : KServiceTypeProfile(arg1,arg2) {};
+ KServiceTypeProfileJBridge(const TQString& arg1) : KServiceTypeProfile(arg1) {};
+ void protected_addService(const TQString& arg1,int arg2,bool arg3) {
KServiceTypeProfile::addService(arg1,arg2,arg3);
return;
}
- void protected_addService(const TTQString& arg1,int arg2) {
+ void protected_addService(const TQString& arg1,int arg2) {
KServiceTypeProfile::addService(arg1,arg2);
return;
}
- void protected_addService(const TTQString& arg1) {
+ void protected_addService(const TQString& arg1) {
KServiceTypeProfile::addService(arg1);
return;
}
@@ -30,24 +30,24 @@ public:
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_addService__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring _service)
{
-static TTQString* _qstring__service = 0;
- ((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TTQString&)*(TTQString*) QtSupport::toTQString(env, _service, &_qstring__service));
+static TQString* _qstring__service = 0;
+ ((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TQString&)*(TQString*) QtSupport::toTQString(env, _service, &_qstring__service));
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_addService__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring _service, jint _preference)
{
-static TTQString* _qstring__service = 0;
- ((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TTQString&)*(TTQString*) QtSupport::toTQString(env, _service, &_qstring__service), (int) _preference);
+static TQString* _qstring__service = 0;
+ ((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TQString&)*(TQString*) QtSupport::toTQString(env, _service, &_qstring__service), (int) _preference);
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_addService__Ljava_lang_String_2IZ(JNIEnv* env, jobject obj, jstring _service, jint _preference, jboolean _allow_as_default)
{
-static TTQString* _qstring__service = 0;
- ((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TTQString&)*(TTQString*) QtSupport::toTQString(env, _service, &_qstring__service), (int) _preference, (bool) _allow_as_default);
+static TQString* _qstring__service = 0;
+ ((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TQString&)*(TQString*) QtSupport::toTQString(env, _service, &_qstring__service), (int) _preference, (bool) _allow_as_default);
return;
}
@@ -95,9 +95,9 @@ Java_org_kde_koala_KServiceTypeProfile_isDisposed(JNIEnv* env, jobject obj)
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_newKServiceTypeProfile__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring serviceType)
{
-static TTQString* _qstring_serviceType = 0;
+static TQString* _qstring_serviceType = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KServiceTypeProfileJBridge((const TTQString&)*(TTQString*) QtSupport::toTQString(env, serviceType, &_qstring_serviceType)));
+ QtSupport::setQt(env, obj, new KServiceTypeProfileJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, serviceType, &_qstring_serviceType)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -106,10 +106,10 @@ static TTQString* _qstring_serviceType = 0;
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_newKServiceTypeProfile__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring serviceType, jstring genericServiceType)
{
-static TTQString* _qstring_serviceType = 0;
-static TTQString* _qstring_genericServiceType = 0;
+static TQString* _qstring_serviceType = 0;
+static TQString* _qstring_genericServiceType = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KServiceTypeProfileJBridge((const TTQString&)*(TTQString*) QtSupport::toTQString(env, serviceType, &_qstring_serviceType), (const TTQString&)*(TTQString*) QtSupport::toTQString(env, genericServiceType, &_qstring_genericServiceType)));
+ QtSupport::setQt(env, obj, new KServiceTypeProfileJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, serviceType, &_qstring_serviceType), (const TQString&)*(TQString*) QtSupport::toTQString(env, genericServiceType, &_qstring_genericServiceType)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -119,8 +119,8 @@ JNIEXPORT jobject JNICALL
Java_org_kde_koala_KServiceTypeProfile_serviceTypeProfile__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring servicetype)
{
(void) cls;
-static TTQString* _qstring_servicetype = 0;
- jobject xret = QtSupport::objectForQtKey(env, (void*)KServiceTypeProfileJBridge::serviceTypeProfile((const TTQString&)*(TTQString*) QtSupport::toTQString(env, servicetype, &_qstring_servicetype)), "org.kde.koala.KServiceTypeProfile");
+static TQString* _qstring_servicetype = 0;
+ jobject xret = QtSupport::objectForQtKey(env, (void*)KServiceTypeProfileJBridge::serviceTypeProfile((const TQString&)*(TQString*) QtSupport::toTQString(env, servicetype, &_qstring_servicetype)), "org.kde.koala.KServiceTypeProfile");
return xret;
}
@@ -128,9 +128,9 @@ JNIEXPORT jobject JNICALL
Java_org_kde_koala_KServiceTypeProfile_serviceTypeProfile__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring servicetype, jstring genericServiceType)
{
(void) cls;
-static TTQString* _qstring_servicetype = 0;
-static TTQString* _qstring_genericServiceType = 0;
- jobject xret = QtSupport::objectForQtKey(env, (void*)KServiceTypeProfileJBridge::serviceTypeProfile((const TTQString&)*(TTQString*) QtSupport::toTQString(env, servicetype, &_qstring_servicetype), (const TTQString&)*(TTQString*) QtSupport::toTQString(env, genericServiceType, &_qstring_genericServiceType)), "org.kde.koala.KServiceTypeProfile");
+static TQString* _qstring_servicetype = 0;
+static TQString* _qstring_genericServiceType = 0;
+ jobject xret = QtSupport::objectForQtKey(env, (void*)KServiceTypeProfileJBridge::serviceTypeProfile((const TQString&)*(TQString*) QtSupport::toTQString(env, servicetype, &_qstring_servicetype), (const TQString&)*(TQString*) QtSupport::toTQString(env, genericServiceType, &_qstring_genericServiceType)), "org.kde.koala.KServiceTypeProfile");
return xret;
}