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