summaryrefslogtreecommitdiffstats
path: root/sip/qt/qtabbar.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qtabbar.sip')
-rw-r--r--sip/qt/qtabbar.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qtabbar.sip b/sip/qt/qtabbar.sip
index 908011d..f3c8371 100644
--- a/sip/qt/qtabbar.sip
+++ b/sip/qt/qtabbar.sip
@@ -236,7 +236,7 @@ protected:
// Convert the list.
for (TQListIterator<TQTab> it(*tl); (tab = it.current()) != NULL; ++it)
{
- PyObject *inst = sipBuildResult(&sipIsErr,"C",tab,sipClass_QTab,NULL);
+ PyObject *inst = sipBuildResult(&sipIsErr,"C",tab,sipClass_TQTab,NULL);
if (sipIsErr)
break;