summaryrefslogtreecommitdiffstats
path: root/kjsembed/jsproxy.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
commite63beeb5bdb82987b1e00bc35178667786fbad48 (patch)
treeab77b6ac830b7944d5d1eb9ce8f81feb8fdab948 /kjsembed/jsproxy.cpp
parent67557a2b56c0678c22ab1b00c4fd0224c5e9ed99 (diff)
downloadtdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.tar.gz
tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.zip
Fix incorrect conversion
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 )