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/jsvalueproxy.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kjsembed/jsvalueproxy.h') diff --git a/kjsembed/jsvalueproxy.h b/kjsembed/jsvalueproxy.h index fe85c7df..4500fe02 100644 --- a/kjsembed/jsvalueproxy.h +++ b/kjsembed/jsvalueproxy.h @@ -22,8 +22,8 @@ #ifndef KJSEMBEDJSVALUEPROXY_H #define KJSEMBEDJSVALUEPROXY_H #include "global.h" -#include -#include +#include +#include #include #include @@ -40,13 +40,13 @@ public: JSValueProxy(); virtual ~JSValueProxy(); - QString typeName() const; + TQString typeName() const; /** Returns true iff the content of this proxy inherits the specified base-class. */ bool inherits( const char *clazz ); - void setValue( const QVariant &var ); + void setValue( const TQVariant &var ); - QVariant toVariant() const; + TQVariant toVariant() const; virtual void addBindings( KJS::ExecState *state, KJS::Object &object ); @@ -54,7 +54,7 @@ public: virtual KJS::UString toString( KJS::ExecState *exec ) const; private: - QVariant val; + TQVariant val; class JSValueProxyPrivate *d; }; -- cgit v1.2.1