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/bindings/image_imp.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kjsembed/bindings/image_imp.h') diff --git a/kjsembed/bindings/image_imp.h b/kjsembed/bindings/image_imp.h index 39cb7031..94d84e01 100644 --- a/kjsembed/bindings/image_imp.h +++ b/kjsembed/bindings/image_imp.h @@ -32,7 +32,7 @@ namespace KJSEmbed { namespace Bindings { /** - * Methods for the TQImage binding. + * Methods for the TTQImage binding. * * @author Richard Moore, rich@kde.org * @version $Id$ @@ -66,27 +66,27 @@ public: private: - TQString filename() const; - TQString format() const; + TTQString filename() const; + TTQString format() const; int width() const; int height() const; int depth() const; bool isOk() const; - TQPixmap pixmap() const; + TTQPixmap pixmap() const; - bool load( const TQString &filename ); - bool save( const TQString &filename, const TQString &fmt ); - void setFormat( const TQString &fmt ); + bool load( const TTQString &filename ); + bool save( const TTQString &filename, const TTQString &fmt ); + void setFormat( const TTQString &fmt ); void smoothScale( int w, int h ); void smoothScaleMin( int w, int h ); - void setPixmap( const TQPixmap &pix ); + void setPixmap( const TTQPixmap &pix ); int mid; - TQImage img; // this is a temp!!! - TQString nm; - TQString fmt; + TTQImage img; // this is a temp!!! + TTQString nm; + TTQString fmt; }; } // namespace -- cgit v1.2.1