From 576eb4299a00bc053db35414406f46372a0f70f2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:42:31 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1157643 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksokoban/History.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksokoban/History.cpp') diff --git a/ksokoban/History.cpp b/ksokoban/History.cpp index 4c73827d..4525516f 100644 --- a/ksokoban/History.cpp +++ b/ksokoban/History.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include "History.h" #include "Move.h" @@ -43,7 +43,7 @@ History::clear() { } void -History::save(QString &_str) { +History::save(TQString &_str) { Move *m = past_.first(); while (m != 0) { -- cgit v1.2.1