diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 21:06:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 21:06:26 -0600 |
commit | e1a0e352b6ead69ed6f55476272ace842fbbdf74 (patch) | |
tree | f3052eff3deddf34c2297517f59cc178c130feda /qtjava/javalib/qtjava/QtSupport.cpp | |
parent | bf9353f84ee5920dec2872f63de9f07508e7b4a8 (diff) | |
download | tdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.tar.gz tdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.zip |
Rename java files to TQ
Diffstat (limited to 'qtjava/javalib/qtjava/QtSupport.cpp')
-rw-r--r-- | qtjava/javalib/qtjava/QtSupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/qtjava/QtSupport.cpp b/qtjava/javalib/qtjava/QtSupport.cpp index 9bc668ef..1ffe58b9 100644 --- a/qtjava/javalib/qtjava/QtSupport.cpp +++ b/qtjava/javalib/qtjava/QtSupport.cpp @@ -22,7 +22,7 @@ #include <tqmetaobject.h> #include <qtjava/QtSupport.h> -#include <qtjava/QObject.h> +#include <qtjava/TQObject.h> #include <qtjava/JavaSlot.h> static JavaVM * _jvm; |