diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 19:23:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 19:23:03 -0600 |
commit | f2fc430b75c36c70333c2e01b649eebf39142c33 (patch) | |
tree | e4e59b6582180a9ae0d90df2de438dc1e646c3cd /sip/qtpe | |
parent | 8a055d66f43592c257cece2eb8cc021808062917 (diff) | |
download | pytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.tar.gz pytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.zip |
Rename sip*_Q items
Diffstat (limited to 'sip/qtpe')
-rw-r--r-- | sip/qtpe/qpeapplication.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/qtpe/qpeapplication.sip b/sip/qtpe/qpeapplication.sip index de404c0..3be3ae6 100644 --- a/sip/qtpe/qpeapplication.sip +++ b/sip/qtpe/qpeapplication.sip @@ -72,7 +72,7 @@ public: { PyObject *sw; - if ((sw = sipGetWrapper(w,sipClass_QWidget)) != NULL) + if ((sw = sipGetWrapper(w,sipClass_TQWidget)) != NULL) sipTransferTo(sw,NULL); ++it; @@ -88,9 +88,9 @@ public: static sipStringTypeClassMap map[] = { {sipName_FileSelector, &sipClass_FileSelector}, {sipName_MenuButton, &sipClass_MenuButton}, - {sipName_QPEApplication, &sipClass_QPEApplication}, - {sipName_QPEMenuBar, &sipClass_QPEMenuBar}, - {sipName_QPEToolBar, &sipClass_QPEToolBar}, + {sipName_TQPEApplication, &sipClass_TQPEApplication}, + {sipName_TQPEMenuBar, &sipClass_TQPEMenuBar}, + {sipName_TQPEToolBar, &sipClass_TQPEToolBar}, }; sipClass = sipMapStringToClass(sipCpp -> className(),map, |