From 9ee4144afedd77175dd068e60ef09399c684dcee Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 29 Jan 2011 00:07:20 +0000 Subject: Restored qt_cast() git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217837 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 753ff7ab1..4221de0c4 100644 --- a/interfaces/khexedit/charcolumninterface.h +++ b/interfaces/khexedit/charcolumninterface.h @@ -97,7 +97,7 @@ CharColumnInterface *charColumnInterface( T *t ) if( !t ) return 0; - return static_cast( t->tqqt_cast("KHE::CharColumnInterface") ); + return static_cast( t->qt_cast("KHE::CharColumnInterface") ); } } -- cgit v1.2.3