From f4f8ac034fa04404e2fcd5029ba050c537c07d7a Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 9 May 2011 19:45:27 +0000 Subject: TQt4 port Abakus This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/abakus@1231045 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/result.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/result.cpp') diff --git a/src/result.cpp b/src/result.cpp index 557d516..cfc1007 100644 --- a/src/result.cpp +++ b/src/result.cpp @@ -20,7 +20,7 @@ Result *Result::m_lastResult = new Result; -Result::Result(const QString &message) : m_type(Error), m_message(message) +Result::Result(const TQString &message) : m_type(Error), m_message(message) { } -- cgit v1.2.3