Rename tqt3 color functions

bug/266/move-to-usr
Timothy Pearson 12 years ago
parent 27499ebe67
commit f0201c2d37

@ -823,7 +823,7 @@ PerlTQt as
The only notable exceptions are :
qApp() will map to TQt::app()
tqApp() will map to TQt::app()
qVersion() will map to TQt::version() # not really needed anymore: we have qVersion(). See Global Functions below.
=item *

@ -747,7 +747,7 @@ PerlTQt as
TQt::Bar::Foo( arg-1,...,arg-n);</pre>
<p>The only notable exceptions are :</p>
<pre>
qApp() will map to TQt::app()
tqApp() will map to TQt::app()
qVersion() will map to TQt::version() # not really needed anymore: we have qVersion(). See Global Functions below.</pre>
<p></p>
<li></li>

@ -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

@ -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) {

@ -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;

Loading…
Cancel
Save