summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KIntValidator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KIntValidator.cpp')
-rw-r--r--kdejava/koala/kdejava/KIntValidator.cpp74
1 files changed, 37 insertions, 37 deletions
diff --git a/kdejava/koala/kdejava/KIntValidator.cpp b/kdejava/koala/kdejava/KIntValidator.cpp
index 62940055..3b2f1426 100644
--- a/kdejava/koala/kdejava/KIntValidator.cpp
+++ b/kdejava/koala/kdejava/KIntValidator.cpp
@@ -10,46 +10,46 @@
class KIntValidatorJBridge : public KIntValidator
{
public:
- KIntValidatorJBridge(TQWidget* arg1,int arg2,const char* arg3) : KIntValidator(arg1,arg2,arg3) {};
- KIntValidatorJBridge(TQWidget* arg1,int arg2) : KIntValidator(arg1,arg2) {};
- KIntValidatorJBridge(TQWidget* arg1) : KIntValidator(arg1) {};
- KIntValidatorJBridge(int arg1,int arg2,TQWidget* arg3,int arg4,const char* arg5) : KIntValidator(arg1,arg2,arg3,arg4,arg5) {};
- KIntValidatorJBridge(int arg1,int arg2,TQWidget* arg3,int arg4) : KIntValidator(arg1,arg2,arg3,arg4) {};
- KIntValidatorJBridge(int arg1,int arg2,TQWidget* arg3) : KIntValidator(arg1,arg2,arg3) {};
+ KIntValidatorJBridge(TTQWidget* arg1,int arg2,const char* arg3) : KIntValidator(arg1,arg2,arg3) {};
+ KIntValidatorJBridge(TTQWidget* arg1,int arg2) : KIntValidator(arg1,arg2) {};
+ KIntValidatorJBridge(TTQWidget* arg1) : KIntValidator(arg1) {};
+ KIntValidatorJBridge(int arg1,int arg2,TTQWidget* arg3,int arg4,const char* arg5) : KIntValidator(arg1,arg2,arg3,arg4,arg5) {};
+ KIntValidatorJBridge(int arg1,int arg2,TTQWidget* arg3,int arg4) : KIntValidator(arg1,arg2,arg3,arg4) {};
+ KIntValidatorJBridge(int arg1,int arg2,TTQWidget* arg3) : KIntValidator(arg1,arg2,arg3) {};
~KIntValidatorJBridge() {QtSupport::qtKeyDeleted(this);}
- void removeChild(TQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
- TQObject::removeChild(arg1);
+ void removeChild(TTQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TTQObject")) {
+ TTQObject::removeChild(arg1);
}
return;
}
- void customEvent(TQCustomEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
- TQObject::customEvent(arg1);
+ void customEvent(TTQCustomEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TTQCustomEvent")) {
+ TTQObject::customEvent(arg1);
}
return;
}
- void timerEvent(TQTimerEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
- TQObject::timerEvent(arg1);
+ void timerEvent(TTQTimerEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TTQTimerEvent")) {
+ TTQObject::timerEvent(arg1);
}
return;
}
- void childEvent(TQChildEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
- TQObject::childEvent(arg1);
+ void childEvent(TTQChildEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TTQChildEvent")) {
+ TTQObject::childEvent(arg1);
}
return;
}
- void insertChild(TQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
- TQObject::insertChild(arg1);
+ void insertChild(TTQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TTQObject")) {
+ TTQObject::insertChild(arg1);
}
return;
}
- bool eventFilter(TQObject* object,TQEvent* event) {
+ bool eventFilter(TTQObject* object,TTQEvent* event) {
if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KIntValidator",object,event)) {
- return TQObject::eventFilter(object,event);
+ return TTQObject::eventFilter(object,event);
} else {
return TRUE;
}
@@ -90,9 +90,9 @@ Java_org_kde_koala_KIntValidator_finalize(JNIEnv* env, jobject obj)
JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_fixup(JNIEnv* env, jobject obj, jobject arg1)
{
-static TQString* _qstring_arg1 = 0;
- ((KIntValidator*) QtSupport::getQt(env, obj))->fixup((TQString&)*(TQString*) QtSupport::toQStringFromStringBuffer(env, arg1, &_qstring_arg1));
- QtSupport::fromQStringToStringBuffer(env, _qstring_arg1, arg1);
+static TTQString* _qstring_arg1 = 0;
+ ((KIntValidator*) QtSupport::getQt(env, obj))->fixup((TTQString&)*(TTQString*) QtSupport::toTQStringFromStringBuffer(env, arg1, &_qstring_arg1));
+ QtSupport::fromTQStringToStringBuffer(env, _qstring_arg1, arg1);
return;
}
@@ -106,7 +106,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_newKIntValidator__IILorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jint bottom, jint top, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KIntValidatorJBridge((int) bottom, (int) top, (TQWidget*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KIntValidatorJBridge((int) bottom, (int) top, (TTQWidget*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -116,7 +116,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_newKIntValidator__IILorg_kde_qt_QWidget_2I(JNIEnv* env, jobject obj, jint bottom, jint top, jobject parent, jint base)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KIntValidatorJBridge((int) bottom, (int) top, (TQWidget*) QtSupport::getQt(env, parent), (int) base));
+ QtSupport::setQt(env, obj, new KIntValidatorJBridge((int) bottom, (int) top, (TTQWidget*) QtSupport::getQt(env, parent), (int) base));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -125,9 +125,9 @@ Java_org_kde_koala_KIntValidator_newKIntValidator__IILorg_kde_qt_QWidget_2I(JNIE
JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_newKIntValidator__IILorg_kde_qt_QWidget_2ILjava_lang_String_2(JNIEnv* env, jobject obj, jint bottom, jint top, jobject parent, jint base, jstring name)
{
-static TQCString* _qstring_name = 0;
+static TTQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KIntValidatorJBridge((int) bottom, (int) top, (TQWidget*) QtSupport::getQt(env, parent), (int) base, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KIntValidatorJBridge((int) bottom, (int) top, (TTQWidget*) QtSupport::getQt(env, parent), (int) base, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -137,7 +137,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_newKIntValidator__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KIntValidatorJBridge((TQWidget*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KIntValidatorJBridge((TTQWidget*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -147,7 +147,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_newKIntValidator__Lorg_kde_qt_QWidget_2I(JNIEnv* env, jobject obj, jobject parent, jint base)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KIntValidatorJBridge((TQWidget*) QtSupport::getQt(env, parent), (int) base));
+ QtSupport::setQt(env, obj, new KIntValidatorJBridge((TTQWidget*) QtSupport::getQt(env, parent), (int) base));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -156,9 +156,9 @@ Java_org_kde_koala_KIntValidator_newKIntValidator__Lorg_kde_qt_QWidget_2I(JNIEnv
JNIEXPORT void JNICALL
Java_org_kde_koala_KIntValidator_newKIntValidator__Lorg_kde_qt_QWidget_2ILjava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jint base, jstring name)
{
-static TQCString* _qstring_name = 0;
+static TTQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KIntValidatorJBridge((TQWidget*) QtSupport::getQt(env, parent), (int) base, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KIntValidatorJBridge((TTQWidget*) QtSupport::getQt(env, parent), (int) base, (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -188,10 +188,10 @@ Java_org_kde_koala_KIntValidator_top(JNIEnv* env, jobject obj)
JNIEXPORT jint JNICALL
Java_org_kde_koala_KIntValidator_validate(JNIEnv* env, jobject obj, jobject arg1, jintArray arg2)
{
-static TQString* _qstring_arg1 = 0;
+static TTQString* _qstring_arg1 = 0;
int* _int_arg2 = QtSupport::toIntPtr(env, arg2);
- jint xret = (jint) ((KIntValidator*) QtSupport::getQt(env, obj))->validate((TQString&)*(TQString*) QtSupport::toQStringFromStringBuffer(env, arg1, &_qstring_arg1), (int&) *_int_arg2);
- QtSupport::fromQStringToStringBuffer(env, _qstring_arg1, arg1);
+ jint xret = (jint) ((KIntValidator*) QtSupport::getQt(env, obj))->validate((TTQString&)*(TTQString*) QtSupport::toTQStringFromStringBuffer(env, arg1, &_qstring_arg1), (int&) *_int_arg2);
+ QtSupport::fromTQStringToStringBuffer(env, _qstring_arg1, arg1);
env->SetIntArrayRegion(arg2, 0, 1, (jint *) _int_arg2);
return xret;
}