diff options
Diffstat (limited to 'kjsembed/qtbindings/qcanvaspolygonalitem_imp.h')
-rw-r--r-- | kjsembed/qtbindings/qcanvaspolygonalitem_imp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kjsembed/qtbindings/qcanvaspolygonalitem_imp.h b/kjsembed/qtbindings/qcanvaspolygonalitem_imp.h index 80ff4445..0d9e5a11 100644 --- a/kjsembed/qtbindings/qcanvaspolygonalitem_imp.h +++ b/kjsembed/qtbindings/qcanvaspolygonalitem_imp.h @@ -9,7 +9,7 @@ #include <kjsembed/jsobjectproxy_imp.h> -class TTQCanvasPolygonalItem; +class TQCanvasPolygonalItem; /** * Namespace containing the KJSEmbed library. @@ -17,7 +17,7 @@ class TTQCanvasPolygonalItem; namespace KJSEmbed { /** - * Wrapper class for TTQCanvasPolygonalItem methods. + * Wrapper class for TQCanvasPolygonalItem methods. * * @author Richard Moore, rich@kde.org */ @@ -61,7 +61,7 @@ public: */ static void addBindings( KJS::ExecState *exec, KJS::Object &object ); - static TTQCanvasPolygonalItem *toTQCanvasPolygonalItem( KJS::Object &object ); + static TQCanvasPolygonalItem *toTQCanvasPolygonalItem( KJS::Object &object ); // // Constructors implemented by this class. @@ -100,7 +100,7 @@ public: virtual KJS::Value call( KJS::ExecState *exec, KJS::Object &self, const KJS::List &args ); private: - TTQCanvasPolygonalItem *instance; // Temp + TQCanvasPolygonalItem *instance; // Temp int id; bool cons; }; |