diff options
Diffstat (limited to 'ksokoban/InternalCollections.cpp')
-rw-r--r-- | ksokoban/InternalCollections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/InternalCollections.cpp b/ksokoban/InternalCollections.cpp index cdc3dbb3..242a724d 100644 --- a/ksokoban/InternalCollections.cpp +++ b/ksokoban/InternalCollections.cpp @@ -63,7 +63,7 @@ InternalCollections::collectionName(int _level) { } assert(false); - return QString(); + return TQString(); } |