qt -> tqt conversion:

kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 574903aecb
commit 78ffbcd125
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -11,7 +11,7 @@ import org.trinitydesktop.qt.TQDataStream;
You can't create an instance of KSycocaEntry, but it provides You can't create an instance of KSycocaEntry, but it provides
the common functionality for servicetypes and services. the common functionality for servicetypes and services.
@short Base class for all Sycoca entries. @short Base class for all Sycoca entries.
@see #http://developer#kde#org/documentation/library/kdeqt/trinityarch/tdesycoca#html @see #http://developer#kde#org/documentation/library/kdetqt/trinityarch/tdesycoca#html
*/ */
public class KSycocaEntry extends TDEShared { public class KSycocaEntry extends TDEShared {

@ -100,7 +100,7 @@ public class TDETrader extends TQObject {
@return A list of services that satisfy the query @return A list of services that satisfy the query
@short The main function in the TDETrader class. @short The main function in the TDETrader class.
@see #http://developer#kde#org/documentation/library/kdeqt/tradersyntax#html @see #http://developer#kde#org/documentation/library/kdetqt/tradersyntax#html
*/ */
public native ArrayList query(String servicetype, String constraint, String preferences); public native ArrayList query(String servicetype, String constraint, String preferences);
public native ArrayList query(String servicetype, String constraint); public native ArrayList query(String servicetype, String constraint);
@ -125,7 +125,7 @@ public class TDETrader extends TQObject {
@return A list of services that satisfy the query @return A list of services that satisfy the query
@short A variant of query(), that takes two service types as an input. @short A variant of query(), that takes two service types as an input.
@see #http://developer#kde#org/documentation/library/kdeqt/tradersyntax#html @see #http://developer#kde#org/documentation/library/kdetqt/tradersyntax#html
*/ */
public native ArrayList query(String servicetype, String genericServiceType, String constraint, String preferences); public native ArrayList query(String servicetype, String genericServiceType, String constraint, String preferences);
/** /**

Loading…
Cancel
Save