summaryrefslogtreecommitdiffstats
path: root/kjsembed/jsproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/jsproxy.cpp')
-rw-r--r--kjsembed/jsproxy.cpp2
1 files changed, 1 insertions, 1 deletions
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 )