diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:19:58 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:19:58 +0000 |
commit | aac788452d57994e398808c6d0bd53e561a0cd08 (patch) | |
tree | fdd804317f94db3d27b424056a915aa6d281d5ef /python/pyqt/pyuic3/domtool.h | |
parent | 479f5f799523bffbcc83dff581a2299c047c6fff (diff) | |
download | tdebindings-aac788452d57994e398808c6d0bd53e561a0cd08.tar.gz tdebindings-aac788452d57994e398808c6d0bd53e561a0cd08.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1158421 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'python/pyqt/pyuic3/domtool.h')
-rw-r--r-- | python/pyqt/pyuic3/domtool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyqt/pyuic3/domtool.h b/python/pyqt/pyuic3/domtool.h index a75e3d3f..d88e32eb 100644 --- a/python/pyqt/pyuic3/domtool.h +++ b/python/pyqt/pyuic3/domtool.h @@ -24,8 +24,8 @@ #include <tqvariant.h> #include <tqnamespace.h> -class QDomElement; -class QDomDocument; +class TQDomElement; +class TQDomDocument; class DomTool : public Qt { |