diff options
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 |