~xalioth/stellarium/fix-fonts-gltex-fab

« back to all changes in this revision

Viewing changes to src/core/SkyDrawer.cpp

  • Committer: matthewg42
  • Date: 2008-11-27 14:36:21 UTC
  • Revision ID: vcs-imports@canonical.com-20081127143621-fbasu1vl30kq2edv
refactor: MovementMgr -> StelMovementMgr

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "StelApp.hpp"
26
26
#include "StelCore.hpp"
27
27
#include "StelUtils.hpp"
28
 
#include "MovementMgr.hpp"
 
28
#include "StelMovementMgr.hpp"
29
29
#include "StelPainter.hpp"
30
30
 
31
31
#include <QStringList>