summaryrefslogtreecommitdiffstats
path: root/sip/qtgl
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-03 19:23:03 -0600
committerTimothy Pearson <[email protected]>2011-12-03 19:23:03 -0600
commitf2fc430b75c36c70333c2e01b649eebf39142c33 (patch)
treee4e59b6582180a9ae0d90df2de438dc1e646c3cd /sip/qtgl
parent8a055d66f43592c257cece2eb8cc021808062917 (diff)
downloadpytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.tar.gz
pytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.zip
Rename sip*_Q items
Diffstat (limited to 'sip/qtgl')
-rw-r--r--sip/qtgl/qgl.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtgl/qgl.sip b/sip/qtgl/qgl.sip
index 1e4feb1..0f949be 100644
--- a/sip/qtgl/qgl.sip
+++ b/sip/qtgl/qgl.sip
@@ -211,7 +211,7 @@ public:
const char * = 0,const TQGLWidget * = 0,WFlags = 0);
%ConvertToSubClassCode
- sipClass = (sipCpp->inherits(sipName_QGLWidget) ? sipClass_QGLWidget : NULL);
+ sipClass = (sipCpp->inherits(sipName_TQGLWidget) ? sipClass_TQGLWidget : NULL);
%End
void qglColor(const TQColor &) const;