From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- kjsembed/qtbindings/qcanvasspline_imp.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kjsembed/qtbindings/qcanvasspline_imp.h') diff --git a/kjsembed/qtbindings/qcanvasspline_imp.h b/kjsembed/qtbindings/qcanvasspline_imp.h index 73f87999..be3a29ea 100644 --- a/kjsembed/qtbindings/qcanvasspline_imp.h +++ b/kjsembed/qtbindings/qcanvasspline_imp.h @@ -9,7 +9,7 @@ #include -class TQCanvasSpline; +class TTQCanvasSpline; /** * Namespace containing the KJSEmbed library. @@ -17,11 +17,11 @@ class TQCanvasSpline; namespace KJSEmbed { /** - * Wrapper class for TQCanvasSpline methods. + * Wrapper class for TTQCanvasSpline methods. * * @author Richard Moore, rich@kde.org */ -class QCanvasSplineImp : public JSProxyImp +class TQCanvasSplineImp : public JSProxyImp { public: /** Enumerates the constructors supported by this class. */ @@ -41,8 +41,8 @@ public: Method_Last = -1 }; - QCanvasSplineImp( KJS::ExecState *exec, int id, bool constructor=false ); - ~QCanvasSplineImp(); + TQCanvasSplineImp( KJS::ExecState *exec, int id, bool constructor=false ); + ~TQCanvasSplineImp(); /** * Adds the static bindings for this class to the specified Object. The @@ -56,13 +56,13 @@ public: */ static void addBindings( KJS::ExecState *exec, KJS::Object &object ); - static TQCanvasSpline *toQCanvasSpline( KJS::Object &object ); + static TTQCanvasSpline *toTQCanvasSpline( KJS::Object &object ); // // Constructors implemented by this class. // - KJS::Object QCanvasSpline_1( KJS::ExecState *exec, const KJS::List &args ); + KJS::Object TQCanvasSpline_1( KJS::ExecState *exec, const KJS::List &args ); // // Methods implemented by this class. @@ -90,7 +90,7 @@ public: virtual KJS::Value call( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args ); private: - TQCanvasSpline *instance; // Temp + TTQCanvasSpline *instance; // Temp int id; bool cons; }; -- cgit v1.2.1