summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/filesource.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:49 +0900
commit9b7dfcd2884692a56d951e3deced1d31313d6c2b (patch)
treeca6f827ca36073973e25cf6cc33a5b00de922ee6 /kstars/kstars/filesource.h
parentb51af60c2b9a878689ce18b2f6f023e9ce10b299 (diff)
downloadtdeedu-9b7dfcd2884692a56d951e3deced1d31313d6c2b.tar.gz
tdeedu-9b7dfcd2884692a56d951e3deced1d31313d6c2b.zip
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstars/kstars/filesource.h')
-rw-r--r--kstars/kstars/filesource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/filesource.h b/kstars/kstars/filesource.h
index 7de46055..8189e5f0 100644
--- a/kstars/kstars/filesource.h
+++ b/kstars/kstars/filesource.h
@@ -90,7 +90,7 @@ class FileSource : public TQDataSource {
*A low value needs longer to reload data, but it doesn't interrupt the
*main event loop (it's smoother).
*But it's important to know that 500 lines to read is very fast, but
- *appending to TQList in StarDataSink will take the most time and this
+ *appending to TQPtrList in StarDataSink will take the most time and this
*will also defined with this value.
*/
#define maxLines 500