From 34cdff59d83cca9fc2003086922e295effee2f12 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 30 Jun 2011 22:12:55 +0000 Subject: Fix kdelibs hexedit interface headers git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1238897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- interfaces/khexedit/charcolumninterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/khexedit/charcolumninterface.h') diff --git a/interfaces/khexedit/charcolumninterface.h b/interfaces/khexedit/charcolumninterface.h index 38e4ae29b..517780fe0 100644 --- a/interfaces/khexedit/charcolumninterface.h +++ b/interfaces/khexedit/charcolumninterface.h @@ -97,7 +97,7 @@ CharColumnInterface *charColumnInterface( T *t ) if( !t ) return 0; - return ::tqqt_cast( t ); + return dynamic_cast( t ); } } -- cgit v1.2.3