From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kuickshow/src/kuickfile.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kuickshow/src/kuickfile.h') diff --git a/kuickshow/src/kuickfile.h b/kuickshow/src/kuickfile.h index 957db6ee..2076e612 100644 --- a/kuickshow/src/kuickfile.h +++ b/kuickshow/src/kuickfile.h @@ -10,8 +10,8 @@ #ifndef KUICKFILE_H #define KUICKFILE_H -#include -#include +#include +#include #include #include @@ -43,7 +43,7 @@ public: const KURL& url() const { return m_url; } - QString localFile() const; + TQString localFile() const; bool download(); @@ -71,7 +71,7 @@ public: * immediately. * @return true when the download has finished or false when the user aborted the dialog */ - KuickFile::DownloadStatus waitForDownload( QWidget *parent ); + KuickFile::DownloadStatus waitForDownload( TQWidget *parent ); // bool needsDownload(); @@ -87,7 +87,7 @@ private slots: private: KURL m_url; - QString m_localFile; + TQString m_localFile; KIO::FileCopyJob *m_job; KProgress *m_progress; int m_currentProgress; -- cgit v1.2.3