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 9c6f0f677..21145cb9a 100644
--- a/interfaces/khexedit/zoominterface.h
+++ b/interfaces/khexedit/zoominterface.h
@@ -71,7 +71,7 @@ ZoomInterface *zoomInterface( T *t )
if( !t )
return 0;
- return ::tqqt_cast<KHE::ZoomInterface*>( t );
+ return ::tqt_cast<KHE::ZoomInterface*>( t );
}
}