summaryrefslogtreecommitdiffstats
path: root/kooka
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-12 03:12:19 +0200
committerChris <xchrisx@uber.space>2019-07-12 03:12:19 +0200
commite1526af556d68e36bc262a373376e890fa87354f (patch)
treeabbb2cecf1dcaaf7dde4ce06ee28f9da674980e4 /kooka
parenta89f0502accb7f9f1fd09ce0e82202538006e6cf (diff)
downloadtdegraphics-e1526af556d68e36bc262a373376e890fa87354f.tar.gz
tdegraphics-e1526af556d68e36bc262a373376e890fa87354f.zip
Fix Kooka branding.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'kooka')
-rw-r--r--kooka/kooka.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kooka.cpp b/kooka/kooka.cpp
index 9c9c6011..845df5fc 100644
--- a/kooka/kooka.cpp
+++ b/kooka/kooka.cpp
@@ -94,7 +94,7 @@ Kooka::Kooka( const TQCString& deviceToUse)
connect(m_view, TQT_SIGNAL(signalChangeCaption(const TQString&)),
this, TQT_SLOT(changeCaption(const TQString&)));
- changeCaption( i18n( "KDE Scanning" ));
+ changeCaption( i18n( "TDE Scanning" ));
setAutoSaveSettings( TQString::fromLatin1("General Options"),
true );