From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslaves/mbox/mbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kioslaves/mbox/mbox.h') 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; }; -- cgit v1.2.1