diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 17:39:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 17:39:34 -0600 |
commit | f0201c2d37cd3b94c6a720eb11d84263cd5d013b (patch) | |
tree | 201962cc477796bebc9940daf1ab2c69a852fd3a /kalyptus/kalyptusCxxToJava.pm | |
parent | 27499ebe67cb49bb54fa9c17c34cf8411b1e669f (diff) | |
download | libtqt-perl-f0201c2d37cd3b94c6a720eb11d84263cd5d013b.tar.gz libtqt-perl-f0201c2d37cd3b94c6a720eb11d84263cd5d013b.zip |
Rename tqt3 color functions
Diffstat (limited to 'kalyptus/kalyptusCxxToJava.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToJava.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptusCxxToJava.pm b/kalyptus/kalyptusCxxToJava.pm index fa518cf..7cfc626 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) { |