summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/planetcatalog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/planetcatalog.cpp')
-rw-r--r--kstars/kstars/planetcatalog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/planetcatalog.cpp b/kstars/kstars/planetcatalog.cpp
index ce4b9351..3367f35c 100644
--- a/kstars/kstars/planetcatalog.cpp
+++ b/kstars/kstars/planetcatalog.cpp
@@ -35,7 +35,7 @@ PlanetCatalog::PlanetCatalog(KStarsData *dat) : Earth(0), Sun(0), kd(dat) {
PlanetCatalog::~PlanetCatalog() {
//
- // do NOT delete Sun. It is also in the QList
+ // do NOT delete Sun. It is also in the TQList
// and will be deleted automatically.
//
delete Earth;