summaryrefslogtreecommitdiffstats
path: root/sip/qttable
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 19:23:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 19:23:03 -0600
commitf2fc430b75c36c70333c2e01b649eebf39142c33 (patch)
treee4e59b6582180a9ae0d90df2de438dc1e646c3cd /sip/qttable
parent8a055d66f43592c257cece2eb8cc021808062917 (diff)
downloadpytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.tar.gz
pytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.zip
Rename sip*_Q items
Diffstat (limited to 'sip/qttable')
-rw-r--r--sip/qttable/qtable.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/qttable/qtable.sip b/sip/qttable/qtable.sip
index 3132df0..885a14a 100644
--- a/sip/qttable/qtable.sip
+++ b/sip/qttable/qtable.sip
@@ -119,9 +119,9 @@ public:
int rtti = sipCpp -> rtti();
if (rtti == TQCheckTableItem::RTTI)
- sipClass = sipClass_QCheckTableItem;
+ sipClass = sipClass_TQCheckTableItem;
else if (rtti == TQComboTableItem::RTTI)
- sipClass = sipClass_QComboTableItem;
+ sipClass = sipClass_TQComboTableItem;
else
sipClass = 0;
#else
@@ -256,7 +256,7 @@ public:
TQTable(int,int,TQWidget * /TransferThis/ = 0,const char * = 0);
%ConvertToSubClassCode
- sipClass = (sipCpp->inherits(sipName_QTable) ? sipClass_QTable : NULL);
+ sipClass = (sipCpp->inherits(sipName_TQTable) ? sipClass_TQTable : NULL);
%End
TQHeader *horizontalHeader() const;