summaryrefslogtreecommitdiffstats
path: root/ksnake/pixServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/pixServer.cpp')
-rw-r--r--ksnake/pixServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/pixServer.cpp b/ksnake/pixServer.cpp
index 244ff17d..ed9a2113 100644
--- a/ksnake/pixServer.cpp
+++ b/ksnake/pixServer.cpp
@@ -181,7 +181,7 @@ void PixServer::initBrickPixmap()
{
TQPixmap pm = TQPixmap(locate("appdata", "pics/brick.png"));
if (pm.isNull()) {
- kdFatal() << i18n("error loading %1, aborting\n").arg("brick.png");
+ kdFatal() << i18n("error loading %1, aborting\n").tqarg("brick.png");
}
int pw = pm.width();
int ph = pm.height();