summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QDomComment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/qtjava/QDomComment.cpp')
-rw-r--r--qtjava/javalib/qtjava/QDomComment.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/qtjava/javalib/qtjava/QDomComment.cpp b/qtjava/javalib/qtjava/QDomComment.cpp
index ce2443b9..acf2691c 100644
--- a/qtjava/javalib/qtjava/QDomComment.cpp
+++ b/qtjava/javalib/qtjava/QDomComment.cpp
@@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
-#include <qdom.h>
+#include <tqdom.h>
#include <qtjava/QtSupport.h>
#include <qtjava/QDomComment.h>
@@ -7,8 +7,8 @@
class QDomCommentJBridge : public QDomComment
{
public:
- QDomCommentJBridge() : QDomComment() {};
- QDomCommentJBridge(const QDomComment& arg1) : QDomComment(arg1) {};
+ QDomCommentJBridge() : TQDomComment() {};
+ QDomCommentJBridge(const TQDomComment& arg1) : TQDomComment(arg1) {};
~QDomCommentJBridge() {QtSupport::qtKeyDeleted(this);}
};
@@ -23,7 +23,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QDomComment_finalize(JNIEnv* env, jobject obj)
{
if (QtSupport::allocatedInJavaWorld(env, obj)) {
- delete (QDomComment*)QtSupport::getQt(env, obj);
+ delete (TQDomComment*)QtSupport::getQt(env, obj);
QtSupport::setQt(env, obj, 0);
}
return;
@@ -32,7 +32,7 @@ Java_org_kde_qt_QDomComment_finalize(JNIEnv* env, jobject obj)
JNIEXPORT jboolean JNICALL
Java_org_kde_qt_QDomComment_isComment(JNIEnv* env, jobject obj)
{
- jboolean xret = (jboolean) ((QDomComment*) QtSupport::getQt(env, obj))->isComment();
+ jboolean xret = (jboolean) ((TQDomComment*) QtSupport::getQt(env, obj))->isComment();
return xret;
}
@@ -56,7 +56,7 @@ JNIEXPORT void JNICALL
Java_org_kde_qt_QDomComment_newQDomComment__Lorg_kde_qt_QDomComment_2(JNIEnv* env, jobject obj, jobject x)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new QDomCommentJBridge((const QDomComment&)*(const QDomComment*) QtSupport::getQt(env, x)));
+ QtSupport::setQt(env, obj, new QDomCommentJBridge((const TQDomComment&)*(const TQDomComment*) QtSupport::getQt(env, x)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -65,7 +65,7 @@ Java_org_kde_qt_QDomComment_newQDomComment__Lorg_kde_qt_QDomComment_2(JNIEnv* en
JNIEXPORT jint JNICALL
Java_org_kde_qt_QDomComment_nodeType(JNIEnv* env, jobject obj)
{
- jint xret = (jint) ((QDomComment*) QtSupport::getQt(env, obj))->nodeType();
+ jint xret = (jint) ((TQDomComment*) QtSupport::getQt(env, obj))->nodeType();
return xret;
}