diff options
author | Chris <xchrisx@uber.space> | 2019-07-12 03:12:19 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-13 14:43:31 +0900 |
commit | 21d628b0f5a3a662c86f8d0412ea4beeee7b6573 (patch) | |
tree | 5c6edb6381b40f18aaff84a69603df532d28b9b5 /kooka | |
parent | 4f4a39ad4d4ca2b6f7d0711d3f7e2173e7384924 (diff) | |
download | tdegraphics-21d628b0f5a3a662c86f8d0412ea4beeee7b6573.tar.gz tdegraphics-21d628b0f5a3a662c86f8d0412ea4beeee7b6573.zip |
Fix Kooka branding.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit e1526af556d68e36bc262a373376e890fa87354f)
Diffstat (limited to 'kooka')
-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 ); |