diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:38:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:04:20 +0900 |
| commit | e37a0bcc134930715cc1e1999029a472b667543c (patch) | |
| tree | aa398690993b116f776720023dcfc38fe5905200 /kstars | |
| parent | c23828a3671154d5cdb86143f4ff66359d773938 (diff) | |
| download | tdeedu-e37a0bcc.tar.gz tdeedu-e37a0bcc.zip | |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b803249430e4b183c8bf853c6c0147e796b19425)
Diffstat (limited to 'kstars')
| -rw-r--r-- | kstars/README.planetmath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/README.planetmath b/kstars/README.planetmath index 3bfc57c9..74d2d451 100644 --- a/kstars/README.planetmath +++ b/kstars/README.planetmath @@ -58,7 +58,7 @@ The KSplanet class contains a static OrbitDataManager member. The OrbitDataManager provides for loading and storing the A/B/C constants for each planet. In KstarsData::slotInitialize(), we simply call loadData() for each planet. KSPlanet::loadData() calls -OrbitDataManager::loadData(QString n), where n is the name of the planet. +OrbitDataManager::loadData(TQString n), where n is the name of the planet. The A/B/C constants are stored hierarchically: + The A,B,C values for a single term in an s(N) sum are stored in an |
