summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QXmlLocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/qtjava/QXmlLocator.cpp')
-rw-r--r--qtjava/javalib/qtjava/QXmlLocator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtjava/javalib/qtjava/QXmlLocator.cpp b/qtjava/javalib/qtjava/QXmlLocator.cpp
index 89d6691f..e569776c 100644
--- a/qtjava/javalib/qtjava/QXmlLocator.cpp
+++ b/qtjava/javalib/qtjava/QXmlLocator.cpp
@@ -2,19 +2,19 @@
#include <tqxml.h>
#include <qtjava/QtSupport.h>
-#include <qtjava/QXmlLocator.h>
+#include <qtjava/TQXmlLocator.h>
JNIEXPORT jint JNICALL
Java_org_kde_qt_QXmlLocator_columnNumber(JNIEnv* env, jobject obj)
{
- jint xret = (jint) ((TQXmlLocator*) QtSupport::getQt(env, obj))->columnNumber();
+ jint xret = (jint) ((TTQXmlLocator*) QtSupport::getQt(env, obj))->columnNumber();
return xret;
}
JNIEXPORT jint JNICALL
Java_org_kde_qt_QXmlLocator_lineNumber(JNIEnv* env, jobject obj)
{
- jint xret = (jint) ((TQXmlLocator*) QtSupport::getQt(env, obj))->lineNumber();
+ jint xret = (jint) ((TTQXmlLocator*) QtSupport::getQt(env, obj))->lineNumber();
return xret;
}