From e63beeb5bdb82987b1e00bc35178667786fbad48 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:20:48 -0600 Subject: Fix incorrect conversion --- kjsembed/jsproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kjsembed/jsproxy.cpp') diff --git a/kjsembed/jsproxy.cpp b/kjsembed/jsproxy.cpp index 011ef6f2..cbf3a5e3 100644 --- a/kjsembed/jsproxy.cpp +++ b/kjsembed/jsproxy.cpp @@ -67,7 +67,7 @@ void JSProxy::setOwner( Owner state ) JSProxy::Owner JSProxy::owner( ) const { return ownership; } -bool JSProxy::checkType( const KJS::Object &object, ProxyType prxyType, const TTQString & classname ) +bool JSProxy::checkType( const KJS::Object &object, ProxyType prxyType, const TQString & classname ) { JSProxy *prxy = toProxy(object.imp()); if( !prxy ) -- cgit v1.2.1