From 479f5f799523bffbcc83dff581a2299c047c6fff Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:44:01 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kjsembed/jsobjectproxy_imp.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kjsembed/jsobjectproxy_imp.h') diff --git a/kjsembed/jsobjectproxy_imp.h b/kjsembed/jsobjectproxy_imp.h index b967c362..2c1cefb6 100644 --- a/kjsembed/jsobjectproxy_imp.h +++ b/kjsembed/jsobjectproxy_imp.h @@ -22,7 +22,7 @@ #ifndef KJSEMBEDJSOBJECTPROXYIMP_H #define KJSEMBEDJSOBJECTPROXYIMP_H -#include +#include #include #include @@ -115,11 +115,11 @@ public: JSObjectProxyImp( KJS::ExecState *exec, int id, JSObjectProxy *parent ); JSObjectProxyImp( KJS::ExecState *exec, - int id, const QCString &name, JSObjectProxy *parent ); + int id, const TQCString &name, JSObjectProxy *parent ); JSObjectProxyImp( KJS::ExecState *exec, - int id, int sigid, const QCString &name, JSObjectProxy *parent ); + int id, int sigid, const TQCString &name, JSObjectProxy *parent ); JSObjectProxyImp( KJS::ExecState *exec, - int id, const char *ret, int sig, const QCString &name, JSObjectProxy *parent ); + int id, const char *ret, int sig, const TQCString &name, JSObjectProxy *parent ); ~JSObjectProxyImp() {} /** Implements the object tree interface. */ @@ -153,7 +153,7 @@ public: KJS::Boolean connect( KJS::ExecState *exec, const KJS::Object &self, const KJS::List &args ); KJS::Boolean disconnect( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args ); - KJS::Boolean connect( QObject *sender, const char *sig, const KJS::Object &recv, const QString &dest ); + KJS::Boolean connect( TQObject *sender, const char *sig, const KJS::Object &recv, const TQString &dest ); /*}*/ virtual bool implementsCall() const { return true; } @@ -170,12 +170,12 @@ protected: private: int id; - QCString rettype; // return type + TQCString rettype; // return type int sigid; // signatureid int slotid; - QCString slotname; + TQCString slotname; JSObjectProxy *proxy; - QGuardedPtr obj; + TQGuardedPtr obj; class JSObjectProxyImpPrivate *d; }; -- cgit v1.2.3