diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kioslaves/mbox/urlinfo.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslaves/mbox/urlinfo.h')
-rw-r--r-- | kioslaves/mbox/urlinfo.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kioslaves/mbox/urlinfo.h b/kioslaves/mbox/urlinfo.h index c3177db5e..feebd689c 100644 --- a/kioslaves/mbox/urlinfo.h +++ b/kioslaves/mbox/urlinfo.h @@ -52,21 +52,21 @@ public: /** * @return the mimetype of the url */ - QString mimetype() const; + TQString mimetype() const; /** * @return The location of the mbox-file */ - QString filename() const; + TQString filename() const; /** * @return The id given in the url. */ - QString id() const; + TQString id() const; /** * @return the while url as QString */ - QString url() const; + TQString url() const; private: void calculateInfo( const KURL& url, const UrlType type ); @@ -75,8 +75,8 @@ private: private: UrlType m_type; - QString *m_filename; - QString *m_id; + TQString *m_filename; + TQString *m_id; }; #endif |