SVN commit 1186054 by asimha: Adding a new typedef M +2 -0 typedef.h --- trunk/KDE/kdeedu/kstars/kstars/skycomponents/typedef.h #1186053:1186054 @@ -35,6 +35,7 @@ class LineList; class StarObject; class StarBlock; +class SkyObject; typedef quint32 DrawID; typedef quint32 UpdateID; @@ -48,5 +49,6 @@ typedef QVector< StarList*> StarIndex; typedef QVector< LineList*> LineListList; typedef QHash< Trixel, LineListList*> LineListHash; // Wanted LineListIndex, but that is used by a class +typedef QList< SkyObject *> SkyObjectList; #endif