summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDE.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 15:55:57 -0600
commit9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch)
treec81c34dae2b3b1ea73801bf18a960265dc4207f7 /kdejava/koala/org/kde/koala/KDE.java
parent1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff)
downloadtdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz
tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip
Initial TQt conversion
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDE.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDE.java240
1 files changed, 120 insertions, 120 deletions
diff --git a/kdejava/koala/org/kde/koala/KDE.java b/kdejava/koala/org/kde/koala/KDE.java
index 1b6873a7..7b972a9d 100644
--- a/kdejava/koala/org/kde/koala/KDE.java
+++ b/kdejava/koala/org/kde/koala/KDE.java
@@ -2,17 +2,17 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QRect;
+import org.kde.qt.TQRect;
import org.kde.qt.QtSupport;
-import org.kde.qt.QDataStream;
-import org.kde.qt.QRegion;
-import org.kde.qt.QPixmap;
+import org.kde.qt.TQDataStream;
+import org.kde.qt.TQRegion;
+import org.kde.qt.TQPixmap;
import java.util.Calendar;
-import org.kde.qt.QPainter;
-import org.kde.qt.QBitmap;
-import org.kde.qt.QIconSet;
-import org.kde.qt.QBrush;
-import org.kde.qt.QColorGroup;
+import org.kde.qt.TQPainter;
+import org.kde.qt.TQBitmap;
+import org.kde.qt.TQIconSet;
+import org.kde.qt.TQBrush;
+import org.kde.qt.TQColorGroup;
/**
@@ -108,8 +108,8 @@ public class KDE {
*/
public static native String tr2i18n(String message, String arg2);
public static native String tr2i18n(String message);
- public static native QDataStream op_write(QDataStream s, KFileItem a);
- public static native QDataStream op_read(QDataStream s, KFileItem a);
+ public static native TQDataStream op_write(TQDataStream s, KFileItem a);
+ public static native TQDataStream op_read(TQDataStream s, KFileItem a);
public static native int pageNameToPageSize(String name);
public static native String pageSizeToPageName(int s);
/**
@@ -134,8 +134,8 @@ public class KDE {
@short {@link KURL} Compares URLs.
*/
public static native boolean urlcmp(String _url1, String _url2, boolean _ignore_trailing, boolean _ignore_ref);
- public static native QDataStream op_write(QDataStream s, KURL a);
- public static native QDataStream op_read(QDataStream s, KURL a);
+ public static native TQDataStream op_write(TQDataStream s, KURL a);
+ public static native TQDataStream op_read(TQDataStream s, KURL a);
/**
Locale-independent qstricmp. Use this for comparing ascii keywords
in a case-insensitive way.
@@ -143,12 +143,12 @@ public class KDE {
@short Locale-independent qstricmp.
*/
public static native int kasciistricmp(String str1, String str2);
- public static native QDataStream op_write(QDataStream s, KSSLCertificate r);
- public static native QDataStream op_read(QDataStream s, KSSLCertificate r);
+ public static native TQDataStream op_write(TQDataStream s, KSSLCertificate r);
+ public static native TQDataStream op_read(TQDataStream s, KSSLCertificate r);
public static native int op_equals(KSSLCertificate x, KSSLCertificate y);
public static native int op_not_equals(KSSLCertificate x, KSSLCertificate y);
- // QDataStream& op_read(QDataStream& arg1,KProtocolInfo::ExtraField& arg2); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const KProtocolInfo::ExtraField& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_read(TQDataStream& arg1,KProtocolInfo::ExtraField& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const KProtocolInfo::ExtraField& arg2); >>>> NOT CONVERTED
/**
{@link KGlobal}
Check, if a file may be accessed in a given mode.
@@ -167,13 +167,13 @@ public class KDE {
@short {@link KGlobal} Check, if a file may be accessed in a given mode.
*/
public static native boolean checkAccess(String pathname, int mode);
- public static native QDataStream op_write(QDataStream s, KSSLCertDlgRet r);
- public static native QDataStream op_read(QDataStream s, KSSLCertDlgRet r);
- public static native QDataStream op_write(QDataStream str, boolean b);
- public static native QDataStream op_read(QDataStream str, boolean b);
- public static native QDataStream op_write(QDataStream str, long ll);
- // QDataStream& op_read(QDataStream& arg1,long long int& arg2); >>>> NOT CONVERTED
- // QDataStream& op_read(QDataStream& arg1,unsigned long long int& arg2); >>>> NOT CONVERTED
+ public static native TQDataStream op_write(TQDataStream s, KSSLCertDlgRet r);
+ public static native TQDataStream op_read(TQDataStream s, KSSLCertDlgRet r);
+ public static native TQDataStream op_write(TQDataStream str, boolean b);
+ public static native TQDataStream op_read(TQDataStream str, boolean b);
+ public static native TQDataStream op_write(TQDataStream str, long ll);
+ // TQDataStream& op_read(TQDataStream& arg1,long long int& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_read(TQDataStream& arg1,unsigned long long int& arg2); >>>> NOT CONVERTED
/**
Convert an ASN1 UTCTIME value to a string. Uses KLocale settings.
@param tm the OpenSSL ASN1_UTCTIME pointer
@@ -182,16 +182,16 @@ public class KDE {
@short Convert an ASN1 UTCTIME value to a string.
@see ASN1_UTCTIME_QDateTime
*/
- // QString ASN1_UTCTIME_QString(ASN1_UTCTIME* arg1); >>>> NOT CONVERTED
+ // TQString ASN1_UTCTIME_QString(ASN1_UTCTIME* arg1); >>>> NOT CONVERTED
/**
Convert an ASN1 UTCTIME value to a Calendar. Uses KLocale settings.
@param tm the OpenSSL ASN1_UTCTIME pointer
@param isGmt set to 1 if the date is set to GMT
- @return the date formatted in a QDateTime
+ @return the date formatted in a TQDateTime
- @short Convert an ASN1 UTCTIME value to a QDateTime.
+ @short Convert an ASN1 UTCTIME value to a TQDateTime.
*/
- // QDateTime ASN1_UTCTIME_QDateTime(ASN1_UTCTIME* arg1,int* arg2); >>>> NOT CONVERTED
+ // TQDateTime ASN1_UTCTIME_QDateTime(ASN1_UTCTIME* arg1,int* arg2); >>>> NOT CONVERTED
/**
Convert an ASN1 INTEGER value to a string.
@param aint the OpenSSL ASN1_INTEGER pointer
@@ -199,120 +199,120 @@ public class KDE {
@short Convert an ASN1 INTEGER value to a string.
*/
- // QString ASN1_INTEGER_QString(ASN1_INTEGER* arg1); >>>> NOT CONVERTED
+ // TQString ASN1_INTEGER_QString(ASN1_INTEGER* arg1); >>>> NOT CONVERTED
/**
{@link KIconLoader}
Load a desktop icon.
@short {@link KIconLoader} Load a desktop icon.
*/
- public static native QPixmap DesktopIcon(String name, int size, int state, KInstanceInterface instance);
- public static native QPixmap DesktopIcon(String name, int size, int state);
- public static native QPixmap DesktopIcon(String name, int size);
- public static native QPixmap DesktopIcon(String name);
+ public static native TQPixmap DesktopIcon(String name, int size, int state, KInstanceInterface instance);
+ public static native TQPixmap DesktopIcon(String name, int size, int state);
+ public static native TQPixmap DesktopIcon(String name, int size);
+ public static native TQPixmap DesktopIcon(String name);
/**
{@link KIconLoader}
Load a desktop icon.
@short {@link KIconLoader} Load a desktop icon.
*/
- public static native QPixmap DesktopIcon(String name, KInstanceInterface instance);
+ public static native TQPixmap DesktopIcon(String name, KInstanceInterface instance);
/**
{@link KIconLoader}
Load a desktop icon, and apply the necessary effects to get an IconSet.
@short {@link KIconLoader} Load a desktop icon, and apply the necessary effects to get an IconSet.
*/
- public static native QIconSet DesktopIconSet(String name, int size, KInstanceInterface instance);
- public static native QIconSet DesktopIconSet(String name, int size);
- public static native QIconSet DesktopIconSet(String name);
+ public static native TQIconSet DesktopIconSet(String name, int size, KInstanceInterface instance);
+ public static native TQIconSet DesktopIconSet(String name, int size);
+ public static native TQIconSet DesktopIconSet(String name);
/**
{@link KIconLoader}
Load a toolbar icon.
@short {@link KIconLoader} Load a toolbar icon.
*/
- public static native QPixmap BarIcon(String name, int size, int state, KInstanceInterface instance);
- public static native QPixmap BarIcon(String name, int size, int state);
- public static native QPixmap BarIcon(String name, int size);
- public static native QPixmap BarIcon(String name);
+ public static native TQPixmap BarIcon(String name, int size, int state, KInstanceInterface instance);
+ public static native TQPixmap BarIcon(String name, int size, int state);
+ public static native TQPixmap BarIcon(String name, int size);
+ public static native TQPixmap BarIcon(String name);
/**
{@link KIconLoader}
Load a toolbar icon.
@short {@link KIconLoader} Load a toolbar icon.
*/
- public static native QPixmap BarIcon(String name, KInstanceInterface instance);
+ public static native TQPixmap BarIcon(String name, KInstanceInterface instance);
/**
{@link KIconLoader}
Load a toolbar icon, and apply the necessary effects to get an IconSet.
@short {@link KIconLoader} Load a toolbar icon, and apply the necessary effects to get an IconSet.
*/
- public static native QIconSet BarIconSet(String name, int size, KInstanceInterface instance);
- public static native QIconSet BarIconSet(String name, int size);
- public static native QIconSet BarIconSet(String name);
+ public static native TQIconSet BarIconSet(String name, int size, KInstanceInterface instance);
+ public static native TQIconSet BarIconSet(String name, int size);
+ public static native TQIconSet BarIconSet(String name);
/**
{@link KIconLoader}
Load a small icon.
@short {@link KIconLoader} Load a small icon.
*/
- public static native QPixmap SmallIcon(String name, int size, int state, KInstanceInterface instance);
- public static native QPixmap SmallIcon(String name, int size, int state);
- public static native QPixmap SmallIcon(String name, int size);
- public static native QPixmap SmallIcon(String name);
+ public static native TQPixmap SmallIcon(String name, int size, int state, KInstanceInterface instance);
+ public static native TQPixmap SmallIcon(String name, int size, int state);
+ public static native TQPixmap SmallIcon(String name, int size);
+ public static native TQPixmap SmallIcon(String name);
/**
{@link KIconLoader}
Load a small icon.
@short {@link KIconLoader} Load a small icon.
*/
- public static native QPixmap SmallIcon(String name, KInstanceInterface instance);
+ public static native TQPixmap SmallIcon(String name, KInstanceInterface instance);
/**
{@link KIconLoader}
Load a small icon, and apply the necessary effects to get an IconSet.
@short {@link KIconLoader} Load a small icon, and apply the necessary effects to get an IconSet.
*/
- public static native QIconSet SmallIconSet(String name, int size, KInstanceInterface instance);
- public static native QIconSet SmallIconSet(String name, int size);
- public static native QIconSet SmallIconSet(String name);
+ public static native TQIconSet SmallIconSet(String name, int size, KInstanceInterface instance);
+ public static native TQIconSet SmallIconSet(String name, int size);
+ public static native TQIconSet SmallIconSet(String name);
/**
{@link KIconLoader}
Load a main toolbar icon.
@short {@link KIconLoader} Load a main toolbar icon.
*/
- public static native QPixmap MainBarIcon(String name, int size, int state, KInstanceInterface instance);
- public static native QPixmap MainBarIcon(String name, int size, int state);
- public static native QPixmap MainBarIcon(String name, int size);
- public static native QPixmap MainBarIcon(String name);
+ public static native TQPixmap MainBarIcon(String name, int size, int state, KInstanceInterface instance);
+ public static native TQPixmap MainBarIcon(String name, int size, int state);
+ public static native TQPixmap MainBarIcon(String name, int size);
+ public static native TQPixmap MainBarIcon(String name);
/**
{@link KIconLoader}
Load a main toolbar icon.
@short {@link KIconLoader} Load a main toolbar icon.
*/
- public static native QPixmap MainBarIcon(String name, KInstanceInterface instance);
+ public static native TQPixmap MainBarIcon(String name, KInstanceInterface instance);
/**
{@link KIconLoader}
Load a main toolbar icon, and apply the effects to get an IconSet.
@short {@link KIconLoader} Load a main toolbar icon, and apply the effects to get an IconSet.
*/
- public static native QIconSet MainBarIconSet(String name, int size, KInstanceInterface instance);
- public static native QIconSet MainBarIconSet(String name, int size);
- public static native QIconSet MainBarIconSet(String name);
+ public static native TQIconSet MainBarIconSet(String name, int size, KInstanceInterface instance);
+ public static native TQIconSet MainBarIconSet(String name, int size);
+ public static native TQIconSet MainBarIconSet(String name);
/**
{@link KIconLoader}
Load a user icon. User icons are searched in $appdir/pics.
@short {@link KIconLoader} Load a user icon.
*/
- public static native QPixmap UserIcon(String name, int state, KInstanceInterface instance);
- public static native QPixmap UserIcon(String name, int state);
- public static native QPixmap UserIcon(String name);
+ public static native TQPixmap UserIcon(String name, int state, KInstanceInterface instance);
+ public static native TQPixmap UserIcon(String name, int state);
+ public static native TQPixmap UserIcon(String name);
/**
{@link KIconLoader}
Load a user icon. User icons are searched in $appdir/pics.
@short {@link KIconLoader} Load a user icon.
*/
- public static native QPixmap UserIcon(String name, KInstanceInterface instance);
+ public static native TQPixmap UserIcon(String name, KInstanceInterface instance);
/**
{@link KIconLoader}
Load a user icon, and apply the effects to get an IconSet.
@short {@link KIconLoader} Load a user icon, and apply the effects to get an IconSet.
*/
- public static native QIconSet UserIconSet(String name, KInstanceInterface instance);
- public static native QIconSet UserIconSet(String name);
+ public static native TQIconSet UserIconSet(String name, KInstanceInterface instance);
+ public static native TQIconSet UserIconSet(String name);
/**
{@link KIconLoader}
Returns the current icon size for a specific group.
@@ -372,8 +372,8 @@ public class KDE {
public static native String locateLocal(String type, String filename, boolean createDir);
public static native int op_incr(int group);
public static native int op_incr(int group, int arg2);
- public static native QDataStream op_write(QDataStream s, int p);
- public static native QDataStream op_read(QDataStream s, int p);
+ public static native TQDataStream op_write(TQDataStream s, int p);
+ public static native TQDataStream op_read(TQDataStream s, int p);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@@ -386,17 +386,17 @@ public class KDE {
Pass <b>null</b> to prevent the button from being filled.
@short {@link KStyle} @c \#include @c <kdrawutil.
*/
- public static native void kDrawNextButton(QPainter p, QRect r, QColorGroup g, boolean sunken, QBrush fill);
- public static native void kDrawNextButton(QPainter p, QRect r, QColorGroup g, boolean sunken);
- public static native void kDrawNextButton(QPainter p, QRect r, QColorGroup g);
+ public static native void kDrawNextButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken, TQBrush fill);
+ public static native void kDrawNextButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken);
+ public static native void kDrawNextButton(TQPainter p, TQRect r, TQColorGroup g);
/**
{@link KStyle}
@overload
@short {@link KStyle} @overload
*/
- public static native void kDrawNextButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken, QBrush fill);
- public static native void kDrawNextButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken);
- public static native void kDrawNextButton(QPainter p, int x, int y, int w, int h, QColorGroup g);
+ public static native void kDrawNextButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken, TQBrush fill);
+ public static native void kDrawNextButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken);
+ public static native void kDrawNextButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@@ -409,18 +409,18 @@ public class KDE {
Pass <b>null</b> to prevent the button from being filled.
@short {@link KStyle} @c \#include @c <kdrawutil.
*/
- public static native void kDrawBeButton(QPainter p, QRect r, QColorGroup g, boolean sunken, QBrush fill);
- public static native void kDrawBeButton(QPainter p, QRect r, QColorGroup g, boolean sunken);
- public static native void kDrawBeButton(QPainter p, QRect r, QColorGroup g);
+ public static native void kDrawBeButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken, TQBrush fill);
+ public static native void kDrawBeButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken);
+ public static native void kDrawBeButton(TQPainter p, TQRect r, TQColorGroup g);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@overload
@short {@link KStyle} @c \#include @c <kdrawutil.
*/
- public static native void kDrawBeButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken, QBrush fill);
- public static native void kDrawBeButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken);
- public static native void kDrawBeButton(QPainter p, int x, int y, int w, int h, QColorGroup g);
+ public static native void kDrawBeButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken, TQBrush fill);
+ public static native void kDrawBeButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken);
+ public static native void kDrawBeButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@@ -432,15 +432,15 @@ public class KDE {
@param sunken Whether to draw the button as sunken (pressed) or not.
@short {@link KStyle} @c \#include @c <kdrawutil.
*/
- public static native void kDrawRoundButton(QPainter p, QRect r, QColorGroup g, boolean sunken);
- public static native void kDrawRoundButton(QPainter p, QRect r, QColorGroup g);
+ public static native void kDrawRoundButton(TQPainter p, TQRect r, TQColorGroup g, boolean sunken);
+ public static native void kDrawRoundButton(TQPainter p, TQRect r, TQColorGroup g);
/**
{@link KStyle}
@overload
@short {@link KStyle} @overload
*/
- public static native void kDrawRoundButton(QPainter p, int x, int y, int w, int h, QColorGroup g, boolean sunken);
- public static native void kDrawRoundButton(QPainter p, int x, int y, int w, int h, QColorGroup g);
+ public static native void kDrawRoundButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g, boolean sunken);
+ public static native void kDrawRoundButton(TQPainter p, int x, int y, int w, int h, TQColorGroup g);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@@ -455,12 +455,12 @@ public class KDE {
@see #kDrawRoundButton
@see #kDrawRoundMask
*/
- public static native void kRoundMaskRegion(QRegion r, int x, int y, int w, int h);
+ public static native void kRoundMaskRegion(TQRegion r, int x, int y, int w, int h);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
Paints the pixels covered by a round button of the given size with
- Qt.color1. This function is useful in QStyle.drawControlMask().
+ Qt.color1. This function is useful in TQStyle.drawControlMask().
@param p The painter to use for drawing the button.
@param x The X coordinate of the button.
@param y The Y coordinate of the button.
@@ -470,8 +470,8 @@ public class KDE {
Qt.color0 before drawing the mask.
@short {@link KStyle} @c \#include @c <kdrawutil.
*/
- public static native void kDrawRoundMask(QPainter p, int x, int y, int w, int h, boolean clear);
- public static native void kDrawRoundMask(QPainter p, int x, int y, int w, int h);
+ public static native void kDrawRoundMask(TQPainter p, int x, int y, int w, int h, boolean clear);
+ public static native void kDrawRoundMask(TQPainter p, int x, int y, int w, int h);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@@ -491,46 +491,46 @@ public class KDE {
@param blackColor The bitmap to use for the black part.
@param whiteColor The bitmap to use for the white part.
@short {@link KStyle} @c \#include @c <kdrawutil.
- @see org.kde.qt.QColorGroup
+ @see org.kde.qt.TQColorGroup
*/
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, QBitmap lightColor, QBitmap midColor, QBitmap midlightColor, QBitmap darkColor, QBitmap blackColor, QBitmap whiteColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, QBitmap lightColor, QBitmap midColor, QBitmap midlightColor, QBitmap darkColor, QBitmap blackColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, QBitmap lightColor, QBitmap midColor, QBitmap midlightColor, QBitmap darkColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, QBitmap lightColor, QBitmap midColor, QBitmap midlightColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, QBitmap lightColor, QBitmap midColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, QBitmap lightColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, TQBitmap lightColor, TQBitmap midColor, TQBitmap midlightColor, TQBitmap darkColor, TQBitmap blackColor, TQBitmap whiteColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, TQBitmap lightColor, TQBitmap midColor, TQBitmap midlightColor, TQBitmap darkColor, TQBitmap blackColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, TQBitmap lightColor, TQBitmap midColor, TQBitmap midlightColor, TQBitmap darkColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, TQBitmap lightColor, TQBitmap midColor, TQBitmap midlightColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, TQBitmap lightColor, TQBitmap midColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, TQBitmap lightColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y);
/**
{@link KStyle}
<code>#include</code> <code>&lt;kdrawutil.h&gt;</code>
@overload
@short {@link KStyle} @c \#include @c <kdrawutil.
*/
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor, char[] darkColor, char[] blackColor, char[] whiteColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor, char[] darkColor, char[] blackColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor, char[] darkColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h, boolean isXBitmaps);
- public static native void kColorBitmaps(QPainter p, QColorGroup g, int x, int y, int w, int h);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor, char[] darkColor, char[] blackColor, char[] whiteColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor, char[] darkColor, char[] blackColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor, char[] darkColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor, char[] midlightColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor, char[] midColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps, char[] lightColor);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h, boolean isXBitmaps);
+ public static native void kColorBitmaps(TQPainter p, TQColorGroup g, int x, int y, int w, int h);
/**
- compares two KEntryKeys (needed for QMap).
- @short compares two KEntryKeys (needed for QMap).
+ compares two KEntryKeys (needed for TQMap).
+ @short compares two KEntryKeys (needed for TQMap).
*/
public static native boolean op_lt(KEntryKey k1, KEntryKey k2);
// const char* dcopTypeName(const DCOPArg& arg1); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const DCOPArg& arg2); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const DCOPRef& arg2); >>>> NOT CONVERTED
- // QDataStream& op_read(QDataStream& arg1,DCOPRef& arg2); >>>> NOT CONVERTED
- public static native QDataStream op_write(QDataStream s, KFileMetaInfoItem arg2);
- public static native QDataStream op_read(QDataStream s, KFileMetaInfoItem arg2);
- public static native QDataStream op_write(QDataStream s, KFileMetaInfoGroup arg2);
- public static native QDataStream op_read(QDataStream s, KFileMetaInfoGroup arg2);
- public static native QDataStream op_write(QDataStream s, KFileMetaInfo arg2);
- public static native QDataStream op_read(QDataStream s, KFileMetaInfo arg2);
- // QDataStream& op_read(QDataStream& arg1,KIO::UDSAtom& arg2); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const KIO::UDSAtom& arg2); >>>> NOT CONVERTED
- // QDataStream& op_write(QDataStream& arg1,const KIO::UDSEntry& arg2); >>>> NOT CONVERTED
- // QDataStream& op_read(QDataStream& arg1,KIO::UDSEntry& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const DCOPArg& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const DCOPRef& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_read(TQDataStream& arg1,DCOPRef& arg2); >>>> NOT CONVERTED
+ public static native TQDataStream op_write(TQDataStream s, KFileMetaInfoItem arg2);
+ public static native TQDataStream op_read(TQDataStream s, KFileMetaInfoItem arg2);
+ public static native TQDataStream op_write(TQDataStream s, KFileMetaInfoGroup arg2);
+ public static native TQDataStream op_read(TQDataStream s, KFileMetaInfoGroup arg2);
+ public static native TQDataStream op_write(TQDataStream s, KFileMetaInfo arg2);
+ public static native TQDataStream op_read(TQDataStream s, KFileMetaInfo arg2);
+ // TQDataStream& op_read(TQDataStream& arg1,KIO::UDSAtom& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const KIO::UDSAtom& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_write(TQDataStream& arg1,const KIO::UDSEntry& arg2); >>>> NOT CONVERTED
+ // TQDataStream& op_read(TQDataStream& arg1,KIO::UDSEntry& arg2); >>>> NOT CONVERTED
}