summaryrefslogtreecommitdiffstats
path: root/interfaces/khexedit/zoominterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/khexedit/zoominterface.h')
-rw-r--r--interfaces/khexedit/zoominterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/khexedit/zoominterface.h b/interfaces/khexedit/zoominterface.h
index 494fbfd86..5fdaa8c24 100644
--- a/interfaces/khexedit/zoominterface.h
+++ b/interfaces/khexedit/zoominterface.h
@@ -71,7 +71,7 @@ ZoomInterface *zoomInterface( T *t )
if( !t )
return 0;
- return static_cast<ZoomInterface*>( t->qt_cast("KHE::ZoomInterface") );
+ return static_cast<ZoomInterface*>( t->tqqt_cast("KHE::ZoomInterface") );
}
}