summaryrefslogtreecommitdiffstats
path: root/kiten/rad.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 18:26:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 21:44:11 +0900
commit02ed3f2d62dfb2efb4f3610ca96098341518483f (patch)
tree7156180f5dd4044ad1614ddf50407c1cc3e516bf /kiten/rad.cpp
parent0b13a7b9e0f99415119eef29f05c54a01e5ec90a (diff)
downloadtdeedu-02ed3f2d62dfb2efb4f3610ca96098341518483f.tar.gz
tdeedu-02ed3f2d62dfb2efb4f3610ca96098341518483f.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kiten/rad.cpp')
-rw-r--r--kiten/rad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/rad.cpp b/kiten/rad.cpp
index a77afd16..cb73b51f 100644
--- a/kiten/rad.cpp
+++ b/kiten/rad.cpp
@@ -296,7 +296,7 @@ RadWidget::RadWidget(Rad *_rad, TQWidget *parent, const char *name) : TQWidget(p
connect(clear, TQ_SIGNAL(clicked()), this, TQ_SLOT(clearSelected()));
clear->setEnabled(false);
- setCaption(kapp->makeStdCaption(i18n("Radical Selector")));
+ setCaption(tdeApp->makeStdCaption(i18n("Radical Selector")));
strokesSpin->setValue(config->strokes());
strokesSpin->setFocus();