summaryrefslogtreecommitdiffstats
path: root/kmahjongg/Editor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 18:26:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-27 11:03:54 +0900
commitbd4ee3ccc15d0776614a8435850a2eb1faf5a71f (patch)
treec2ce8973a25d1e56e92a5a0b179693ed1f4f42ad /kmahjongg/Editor.cpp
parent3191f81874fcfdd0466f6f42beb89da6245b1a0a (diff)
downloadtdegames-bd4ee3ccc15d0776614a8435850a2eb1faf5a71f.tar.gz
tdegames-bd4ee3ccc15d0776614a8435850a2eb1faf5a71f.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmahjongg/Editor.cpp')
-rw-r--r--kmahjongg/Editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmahjongg/Editor.cpp b/kmahjongg/Editor.cpp
index ca964cc8..4fee51b1 100644
--- a/kmahjongg/Editor.cpp
+++ b/kmahjongg/Editor.cpp
@@ -82,7 +82,7 @@ Editor::Editor
tiles.loadTileset(tile);
// tell the user what we do
- setCaption(kapp->makeStdCaption(i18n("Edit Board Layout")));
+ setCaption(tdeApp->makeStdCaption(i18n("Edit Board Layout")));
connect( drawFrame, TQ_SIGNAL(mousePressed(TQMouseEvent *) ),