summaryrefslogtreecommitdiffstats
path: root/kalyptus
diff options
context:
space:
mode:
Diffstat (limited to 'kalyptus')
-rw-r--r--kalyptus/kalyptusCxxToJNI.pm4
-rw-r--r--kalyptus/kalyptusCxxToJava.pm2
-rw-r--r--kalyptus/kalyptusCxxToKimono.pm2
3 files changed, 4 insertions, 4 deletions
diff --git a/kalyptus/kalyptusCxxToJNI.pm b/kalyptus/kalyptusCxxToJNI.pm
index 2da2cc7e..c20a2974 100644
--- a/kalyptus/kalyptusCxxToJNI.pm
+++ b/kalyptus/kalyptusCxxToJNI.pm
@@ -504,7 +504,7 @@ EOF
public static native TQCursor forbiddenCursor(); // forbidden cursor (slashed circle)
public static native TQCursor whatsThisCursor(); // arrow with a question mark
- public static native TQApplication qApp();
+ public static native TQApplication tqApp();
public static native void qDebug(String message);
public static void qDebug(String pattern, Object[] arguments) {
@@ -814,7 +814,7 @@ JNIEXPORT jobject JNICALL
Java_org_kde_qt_Qt_qApp(JNIEnv* env, jclass cls)
{
(void) cls;
- return (jobject) QtSupport::objectForQtKey(env, qApp, "org.kde.qt.TQApplication");
+ return (jobject) QtSupport::objectForQtKey(env, tqApp, "org.kde.qt.TQApplication");
}
JNIEXPORT void JNICALL
diff --git a/kalyptus/kalyptusCxxToJava.pm b/kalyptus/kalyptusCxxToJava.pm
index fa518cf1..7cfc6261 100644
--- a/kalyptus/kalyptusCxxToJava.pm
+++ b/kalyptus/kalyptusCxxToJava.pm
@@ -299,7 +299,7 @@ EOF
public static native TQCursor pointingHandCursor(); // pointing hand
public static native TQCursor forbiddenCursor(); // forbidden cursor (slashed circle)
*/
-// public static native TQApplication qApp();
+// public static native TQApplication tqApp();
public static native void qDebug(String message);
public static void qDebug(String pattern, Object[] arguments) {
diff --git a/kalyptus/kalyptusCxxToKimono.pm b/kalyptus/kalyptusCxxToKimono.pm
index 77e0af85..1cb5dbf5 100644
--- a/kalyptus/kalyptusCxxToKimono.pm
+++ b/kalyptus/kalyptusCxxToKimono.pm
@@ -395,7 +395,7 @@ EOF
public const int IO_TimeOutError = 7;
public const int IO_UnspecifiedError= 8;
- public static TQApplication qApp = null;
+ public static TQApplication tqApp = null;
public static string SIGNAL(string signal) {
return "2"+ signal;