summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KDoubleValidator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KDoubleValidator.cpp')
-rw-r--r--kdejava/koala/kdejava/KDoubleValidator.cpp64
1 files changed, 32 insertions, 32 deletions
diff --git a/kdejava/koala/kdejava/KDoubleValidator.cpp b/kdejava/koala/kdejava/KDoubleValidator.cpp
index 6abe5d9e..f6e5449c 100644
--- a/kdejava/koala/kdejava/KDoubleValidator.cpp
+++ b/kdejava/koala/kdejava/KDoubleValidator.cpp
@@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
-#include <qvalidator.h>
-#include <qstring.h>
+#include <tqvalidator.h>
+#include <tqstring.h>
#include <knumvalidator.h>
#include <qtjava/QtSupport.h>
@@ -10,44 +10,44 @@
class KDoubleValidatorJBridge : public KDoubleValidator
{
public:
- KDoubleValidatorJBridge(QObject* arg1,const char* arg2) : KDoubleValidator(arg1,arg2) {};
- KDoubleValidatorJBridge(QObject* arg1) : KDoubleValidator(arg1) {};
- KDoubleValidatorJBridge(double arg1,double arg2,int arg3,QObject* arg4,const char* arg5) : KDoubleValidator(arg1,arg2,arg3,arg4,arg5) {};
- KDoubleValidatorJBridge(double arg1,double arg2,int arg3,QObject* arg4) : KDoubleValidator(arg1,arg2,arg3,arg4) {};
+ KDoubleValidatorJBridge(TQObject* arg1,const char* arg2) : KDoubleValidator(arg1,arg2) {};
+ KDoubleValidatorJBridge(TQObject* arg1) : KDoubleValidator(arg1) {};
+ KDoubleValidatorJBridge(double arg1,double arg2,int arg3,TQObject* arg4,const char* arg5) : KDoubleValidator(arg1,arg2,arg3,arg4,arg5) {};
+ KDoubleValidatorJBridge(double arg1,double arg2,int arg3,TQObject* arg4) : KDoubleValidator(arg1,arg2,arg3,arg4) {};
~KDoubleValidatorJBridge() {QtSupport::qtKeyDeleted(this);}
- void removeChild(QObject* arg1) {
- if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.QObject")) {
- QObject::removeChild(arg1);
+ void removeChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::removeChild(arg1);
}
return;
}
- void customEvent(QCustomEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.QCustomEvent")) {
- QObject::customEvent(arg1);
+ void customEvent(TQCustomEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
+ TQObject::customEvent(arg1);
}
return;
}
- void timerEvent(QTimerEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.QTimerEvent")) {
- QObject::timerEvent(arg1);
+ void timerEvent(TQTimerEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
+ TQObject::timerEvent(arg1);
}
return;
}
- void childEvent(QChildEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.QChildEvent")) {
- QObject::childEvent(arg1);
+ void childEvent(TQChildEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
+ TQObject::childEvent(arg1);
}
return;
}
- void insertChild(QObject* arg1) {
- if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.QObject")) {
- QObject::insertChild(arg1);
+ void insertChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::insertChild(arg1);
}
return;
}
- bool eventFilter(QObject* object,QEvent* event) {
+ bool eventFilter(TQObject* object,TQEvent* event) {
if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KDoubleValidator",object,event)) {
- return QObject::eventFilter(object,event);
+ return TQObject::eventFilter(object,event);
} else {
return TRUE;
}
@@ -95,7 +95,7 @@ Java_org_kde_koala_KDoubleValidator_isDisposed(JNIEnv* env, jobject obj)
JNIEXPORT jobject JNICALL
Java_org_kde_koala_KDoubleValidator_metaObject(JNIEnv* env, jobject obj)
{
- jobject xret = QtSupport::objectForQtKey(env, (void*)((KDoubleValidator*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.QMetaObject");
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((KDoubleValidator*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
return xret;
}
@@ -103,7 +103,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__DDILorg_kde_qt_QObject_2(JNIEnv* env, jobject obj, jdouble bottom, jdouble top, jint decimals, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (QObject*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (TQObject*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -112,9 +112,9 @@ Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__DDILorg_kde_qt_QObject_
JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__DDILorg_kde_qt_QObject_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jdouble bottom, jdouble top, jint decimals, jobject parent, jstring name)
{
-static QCString* _qstring_name = 0;
+static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (QObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((double) bottom, (double) top, (int) decimals, (TQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -124,7 +124,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__Lorg_kde_qt_QObject_2(JNIEnv* env, jobject obj, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((QObject*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((TQObject*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -133,9 +133,9 @@ Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__Lorg_kde_qt_QObject_2(J
JNIEXPORT void JNICALL
Java_org_kde_koala_KDoubleValidator_newKDoubleValidator__Lorg_kde_qt_QObject_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
{
-static QCString* _qstring_name = 0;
+static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((QObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KDoubleValidatorJBridge((TQObject*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -151,9 +151,9 @@ Java_org_kde_koala_KDoubleValidator_setAcceptLocalizedNumbers(JNIEnv* env, jobje
JNIEXPORT jint JNICALL
Java_org_kde_koala_KDoubleValidator_validate(JNIEnv* env, jobject obj, jobject input, jintArray pos)
{
-static QString* _qstring_input = 0;
+static TQString* _qstring_input = 0;
int* _int_pos = QtSupport::toIntPtr(env, pos);
- jint xret = (jint) ((KDoubleValidator*) QtSupport::getQt(env, obj))->validate((QString&)*(QString*) QtSupport::toQStringFromStringBuffer(env, input, &_qstring_input), (int&) *_int_pos);
+ jint xret = (jint) ((KDoubleValidator*) QtSupport::getQt(env, obj))->validate((TQString&)*(TQString*) QtSupport::toQStringFromStringBuffer(env, input, &_qstring_input), (int&) *_int_pos);
QtSupport::fromQStringToStringBuffer(env, _qstring_input, input);
env->SetIntArrayRegion(pos, 0, 1, (jint *) _int_pos);
return xret;