summaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:17:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:17:28 -0600
commitce5d3d7fd554b9832a69350cffa8d79c5002753e (patch)
treec13d8733981d34584bb38433b3d8035d282cdaff /interfaces
parent20cb25189f9f0df72d1210344adf9f7cb60c3295 (diff)
downloadtdelibs-ce5d3d7fd554b9832a69350cffa8d79c5002753e.tar.gz
tdelibs-ce5d3d7fd554b9832a69350cffa8d79c5002753e.zip
Rename additional members for tqt3
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/khexedit/byteseditinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/khexedit/byteseditinterface.h b/interfaces/khexedit/byteseditinterface.h
index 3bff35095..ae23721ae 100644
--- a/interfaces/khexedit/byteseditinterface.h
+++ b/interfaces/khexedit/byteseditinterface.h
@@ -159,7 +159,7 @@ inline BytesEditInterface *bytesEditInterface( T *t )
if( !t )
return 0;
- return static_cast<KHE::BytesEditInterface*>( t->qt_cast("KHE::BytesEditInterface") );
+ return static_cast<KHE::BytesEditInterface*>( t->tqt_cast("KHE::BytesEditInterface") );
}
/** tries to create an instance of a hexedit widget for arrays of chars (char[])