diff options
author | Chris <xchrisx@uber.space> | 2019-07-12 03:12:19 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-12 03:12:19 +0200 |
commit | e1526af556d68e36bc262a373376e890fa87354f (patch) | |
tree | abbb2cecf1dcaaf7dde4ce06ee28f9da674980e4 | |
parent | a89f0502accb7f9f1fd09ce0e82202538006e6cf (diff) | |
download | tdegraphics-e1526af556d68e36bc262a373376e890fa87354f.tar.gz tdegraphics-e1526af556d68e36bc262a373376e890fa87354f.zip |
Fix Kooka branding.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r-- | kooka/kooka.cpp | 2 |
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 ); |