summaryrefslogtreecommitdiffstats
path: root/config/tdestyle_baghira_config.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-24 01:50:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-24 01:50:03 +0200
commite695196df6e48da48a7a4d99e55481c0a6b1d8fb (patch)
tree439b797cf6e59ac5ca086bb214a034f7bf466211 /config/tdestyle_baghira_config.cpp
parent90cc6ddb9083689cb8395f7188c07c9142179d1a (diff)
downloadtde-style-baghira-e695196df6e48da48a7a4d99e55481c0a6b1d8fb.tar.gz
tde-style-baghira-e695196df6e48da48a7a4d99e55481c0a6b1d8fb.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Rename translation catalogs to avoid potential collisions. Fix UTF-8 in author name and strings. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config/tdestyle_baghira_config.cpp')
-rw-r--r--config/tdestyle_baghira_config.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/tdestyle_baghira_config.cpp b/config/tdestyle_baghira_config.cpp
index be70da4..7c627c5 100644
--- a/config/tdestyle_baghira_config.cpp
+++ b/config/tdestyle_baghira_config.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2004 by Thomas Lübking *
+ * Copyright (C) 2004 by Thomas Lübking *
* thomas@home *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -259,7 +259,7 @@ int presetColor[NUMBEROFCOLORS][3] = {{84,144,218},{130,170,190},{103,118,134},{
// --------------------------------
typedef KGenericFactory<tdestyle_baghira_config, TQWidget> tdestyle_baghira_configFactory;
-K_EXPORT_COMPONENT_FACTORY( tdecm_tdestyle_baghira_config, tdestyle_baghira_configFactory("tdecmtdestyle_baghira_config"))
+K_EXPORT_COMPONENT_FACTORY( tdecm_tdestyle_baghira_config, tdestyle_baghira_configFactory("tdestyle_baghira_config"))
//extern TQImage uic_findImage(const TQString& name);
//extern void qInitImages_baghira();
@@ -356,9 +356,9 @@ tdestyle_baghira_config::tdestyle_baghira_config(TQWidget *parent, const char *n
about_->versionLabel->setText(VERSION);
about_->kdeLabel->setText(TDE_VERSION_STRING);
crCurrent = 0;
- crNotes[0] = "<qt>© 2003-2005 by Thomas Lübking<br>http://baghira.SourceForge.net</qt>";
- crNotes[1] = "<qt>© \"Design\" 2001-2005 by Apple inc.<br>http://www.apple.com";
- crNotes[2] = "<qt>© \"Milk\" 2002-2005 by Max Rudberg<br>http://www.maxthemes.com</qt>";
+ crNotes[0] = "<qt>© 2003-2005 by Thomas Lübking<br>http://baghira.SourceForge.net</qt>";
+ crNotes[1] = "<qt>© \"Design\" 2001-2005 by Apple inc.<br>http://www.apple.com";
+ crNotes[2] = "<qt>© \"Milk\" 2002-2005 by Max Rudberg<br>http://www.maxthemes.com</qt>";
timer = new TQTimer();
connect( timer, SIGNAL(timeout()), this, SLOT(updateCR()) );
TQString tmpString(TQT_BUILD_KEY);