From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdesktop/kwebdesktop/kwebdesktop.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kdesktop/kwebdesktop/kwebdesktop.h') diff --git a/kdesktop/kwebdesktop/kwebdesktop.h b/kdesktop/kwebdesktop/kwebdesktop.h index d364f8022..7ec81338e 100644 --- a/kdesktop/kwebdesktop/kwebdesktop.h +++ b/kdesktop/kwebdesktop/kwebdesktop.h @@ -19,8 +19,8 @@ #ifndef KWEBDESKTOP_H #define KWEBDESKTOP_H -#include -#include +#include +#include #include #include @@ -30,22 +30,22 @@ class KWebDesktop : public QObject { Q_OBJECT public: - KWebDesktop( QObject* parent, const QCString & imageFile, int width, int height ) - : QObject( parent ), + KWebDesktop( TQObject* parent, const TQCString & imageFile, int width, int height ) + : TQObject( parent ), m_part( 0 ), m_imageFile( imageFile ), m_width( width ), m_height( height ) {} ~KWebDesktop(); - KParts::ReadOnlyPart* createPart( const QString& mimeType ); + KParts::ReadOnlyPart* createPart( const TQString& mimeType ); private slots: void slotCompleted(); private: KParts::ReadOnlyPart* m_part; - QCString m_imageFile; + TQCString m_imageFile; int m_width; int m_height; }; @@ -59,7 +59,7 @@ public: ~KWebDesktopRun() {} protected slots: - void slotMimetype( KIO::Job *job, const QString &_type ); + void slotMimetype( KIO::Job *job, const TQString &_type ); void slotFinished( KIO::Job * job ); private: -- cgit v1.2.1