From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/webimagefetcher.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'juk/webimagefetcher.h') diff --git a/juk/webimagefetcher.h b/juk/webimagefetcher.h index 796e205e..9706e6ad 100644 --- a/juk/webimagefetcher.h +++ b/juk/webimagefetcher.h @@ -19,9 +19,9 @@ #include -#include -#include -#include +#include +#include +#include #include "filehandle.h" @@ -36,28 +36,28 @@ class WebImage public: WebImage(); - WebImage(const QString &imageURL, - const QString &thumbURL, + WebImage(const TQString &imageURL, + const TQString &thumbURL, int width, int height); - QString imageURL() const { return m_imageURL; } - QString thumbURL() const { return m_thumbURL; } - QString size() const { return m_size; } + TQString imageURL() const { return m_imageURL; } + TQString thumbURL() const { return m_thumbURL; } + TQString size() const { return m_size; } private: - QString m_imageURL; - QString m_thumbURL; - QString m_size; + TQString m_imageURL; + TQString m_thumbURL; + TQString m_size; }; -typedef QValueList WebImageList; +typedef TQValueList WebImageList; class WebImageFetcher : public QObject { Q_OBJECT public: - WebImageFetcher(QObject *parent); + WebImageFetcher(TQObject *parent); ~WebImageFetcher(); void setFile(const FileHandle &file); @@ -82,11 +82,11 @@ private slots: private: FileHandle m_file; - QString m_searchString; - QString m_loadedQuery; + TQString m_searchString; + TQString m_loadedQuery; WebImageList m_imageList; uint m_selectedIndex; - QHttp *m_connection; + TQHttp *m_connection; int m_connectionId; WebImageFetcherDialog *m_dialog; }; -- cgit v1.2.1