diff options
Diffstat (limited to 'kioslaves/mbox/mbox.h')
-rw-r--r-- | kioslaves/mbox/mbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslaves/mbox/mbox.h b/kioslaves/mbox/mbox.h index 4d3768bd4..c8741bf2b 100644 --- a/kioslaves/mbox/mbox.h +++ b/kioslaves/mbox/mbox.h @@ -34,7 +34,7 @@ public: /** * Constructor, for the parameters, See KIO::SlaveBase */ - MBoxProtocol( const QCString&, const QCString& ); + MBoxProtocol( const TQCString&, const TQCString& ); /** * Empty destructor */ @@ -72,7 +72,7 @@ public: * @param errno The error number to be thrown * @param arg The argument of the error message of the error number. */ - void emitError( int errno, const QString& arg ); + void emitError( int errno, const TQString& arg ); private: bool m_errorState; }; |