diff options
Diffstat (limited to 'kjsembed/jsproxy.cpp')
-rw-r--r-- | kjsembed/jsproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/jsproxy.cpp b/kjsembed/jsproxy.cpp index cbf3a5e3..011ef6f2 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 TQString & classname ) +bool JSProxy::checkType( const KJS::Object &object, ProxyType prxyType, const TTQString & classname ) { JSProxy *prxy = toProxy(object.imp()); if( !prxy ) |