summaryrefslogtreecommitdiffstats
path: root/sip/qt/qobject.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qobject.sip')
-rw-r--r--sip/qt/qobject.sip12
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>