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/qcanvasitemlist_imp.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kjsembed/qtbindings/qcanvasitemlist_imp.h') diff --git a/kjsembed/qtbindings/qcanvasitemlist_imp.h b/kjsembed/qtbindings/qcanvasitemlist_imp.h index 3f2edae1..1ec604e0 100644 --- a/kjsembed/qtbindings/qcanvasitemlist_imp.h +++ b/kjsembed/qtbindings/qcanvasitemlist_imp.h @@ -9,7 +9,7 @@ #include -class TQCanvasItemList; +class TTQCanvasItemList; /** * Namespace containing the KJSEmbed library. @@ -17,11 +17,11 @@ class TQCanvasItemList; namespace KJSEmbed { /** - * Wrapper class for TQCanvasItemList methods. + * Wrapper class for TTQCanvasItemList methods. * * @author Richard Moore, rich@kde.org */ -class QCanvasItemListImp : public JSProxyImp +class TQCanvasItemListImp : public JSProxyImp { public: /** Enumerates the constructors supported by this class. */ @@ -38,8 +38,8 @@ public: Method_Last = -1 }; - QCanvasItemListImp( KJS::ExecState *exec, int id, bool constructor=false ); - ~QCanvasItemListImp(); + TQCanvasItemListImp( KJS::ExecState *exec, int id, bool constructor=false ); + ~TQCanvasItemListImp(); /** * Adds the static bindings for this class to the specified Object. The @@ -53,7 +53,7 @@ public: */ static void addBindings( KJS::ExecState *exec, KJS::Object &object ); - static TQCanvasItemList *toQCanvasItemList( KJS::Object &object ); + static TTQCanvasItemList *toTQCanvasItemList( KJS::Object &object ); // // Constructors implemented by this class. @@ -84,7 +84,7 @@ public: virtual KJS::Value call( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args ); private: - TQCanvasItemList *instance; // Temp + TTQCanvasItemList *instance; // Temp int id; bool cons; }; -- cgit v1.2.1