diff options
author | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-02 14:11:34 -0600 |
commit | ed5b57040a2add0633ab20089a1f451898e633e2 (patch) | |
tree | 97c683fb257ad81498c3acea893a2a9778e0f478 /sip/qt/qobject.sip | |
parent | 752274609034af8c68c46d19bed586ea6ae348b8 (diff) | |
download | pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.tar.gz pytqt-ed5b57040a2add0633ab20089a1f451898e633e2.zip |
Use tq includes instead of native q includes
Diffstat (limited to 'sip/qt/qobject.sip')
-rw-r--r-- | sip/qt/qobject.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip index d4daa63..78db056 100644 --- a/sip/qt/qobject.sip +++ b/sip/qt/qobject.sip @@ -63,8 +63,8 @@ supported. class TQObject : TQt { %TypeHeaderCode -#include <qobject.h> -#include <qapplication.h> +#include <tqobject.h> +#include <tqapplication.h> %End public: @@ -700,7 +700,7 @@ SIP_PYOBJECT QT_TRANSLATE_NOOP(SIP_PYOBJECT,SIP_PYOBJECT); class TQObject { %TypeHeaderCode -#include <qobject.h> +#include <tqobject.h> %End public: @@ -954,9 +954,9 @@ PyObject *pyqt3GetSender(); #include <string.h> -#include <qobject.h> -#include <qvariant.h> -#include <qmetaobject.h> +#include <tqobject.h> +#include <tqvariant.h> +#include <tqmetaobject.h> #include <private/qucom_p.h> #include <private/qucomextra_p.h> |